@media(max-width: 767px){
  .slick-slider img {
    max-height: inherit !important;
  }
  .product-img-box .slider-for [data-zoom] {
    max-height: 300px !important;
    object-fit: contain !important;
  }
}