.carousel {
  min-width: 100% !important;
}
.item .active img {
  max-width: 150px !important;
}
.carousel-indicators .active {
  background-color: #d7e53f;
}
.multi-item-carousel .item .active img {
  color: green;
  font-size: 3em;
  max-width: 50px !important;
}
