.ShopAll-section .Offers_Slider .img_holder {
  height: 320px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .ShopAll-section .Offers_Slider .img_holder {
    height: 230px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ShopAll-section .Offers_Slider .img_holder {
    height: 184px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .ShopAll-section .Offers_Slider .img_holder {
    height: 200px;
  }
}
