@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  html[lang*='en'] .slick-slide img,
  html[class*='translated-ltr'] .slick-slide img {
    max-width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  }
  html[lang*='ar'] .slick-slide img,
  html[class*='translated-rtl'] .slick-slide img {
    max-width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.bg-image-wrapper.new-highlights {
  position: relative;
}

.bg-image-wrapper.new-highlights img {
  height: 100%;
  max-width: none;
  min-width: 100%;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  bottom: auto;
  top: 179px;
  position: static;
}

@media only screen and (max-width: 1024px) {
  body .bg-image-wrapper.new-highlights {
    position: relative;
    height: -webkit-calc(100vh - 118px);
    height: calc(100vh - 118px);
  }
  .bg-image-wrapper.new-highlights img {
    top: 118px;
  }
}
