.nbtsow-testimonial {
  background: #FAFAFA;
  margin-bottom: 40px;
}

.testimonial-item {
  width: 100%;
  margin-right: 10px;
  border-radius: 5px;
  cursor:pointer;
}
.nbtsow-testimonial-thumb .testimonial-item{
    height: auto;
}

/* cell number */
.testimonial-item:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
}

.carousel-nav .testimonial-item {
  height: 80px;
  width: 100px;
}

.carousel-nav .testimonial-item:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .testimonial-item.is-nav-selected {
  background: #ED2;
}