@media screen and (max-width: 850px) {

.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item,
.owl-stage-outer .owl-stage .owl-item .item.banner-item
 {
min-height: 150px !important;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .owl-stage img {
min-height: 150px;
width: unset;
object-fit: cover;
object-position: 0;
}
}