@media only screen and (max-width: 479px) {
 .carousel .item{
  background-size: contain !important;
  background-position-y: 0%;
 }
.carousel-inner{
 max-height: 129px!important;
}

}