body .banner-item-img {
margin: auto;
    height: auto;
    min-height: 150px;
}

body .banner-item-img {
    background-repeat: no-repeat;
    background-position: center center !important;
    object-fit: cover !important;
    overflow: hidden;
}

@media (max-width: 1330px) {
  .banner-item-img img {
    object-position: left center;
   transform: scale(1.33) translateX(-25%) !important
  }
}

@media (max-width: 1000px) {
  .banner-item-img img {
transform: scale(2) translateX(2px) !important;
  }
}

@media (max-width: 770px) {
  .banner-item-img img {
    transform: scale(5);
transform: scale(1.3) translateX(-25%) !important;
  }
}