.carousel {
  margin-top: 20px;
}
.item .thumb {
  width: 25%;
  cursor: pointer;
  float: left;
}
.item .thumb img {
  width: 40px;
  margin-left: 20px;
  margin-bottom: 12px;
  height: 40px;
}
.carousel-inner>.item {
  -webkit-transition: 0s!important;
  transition: 0s!important;
}
.scrollable{
  max-height: 700px;
  overflow:auto;
}
.sameHeightRow {
  overflow: hidden;
}
