.container-tight div:has(> a > img[src*="/manual-media/home/offer-banner.jpg"]),
.container-tight div:has(> img[src*="/manual-media/home/offer-banner.jpg"]) {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.container-tight a:has(> img[src*="/manual-media/home/offer-banner.jpg"]) {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.container-tight img[src*="/manual-media/home/offer-banner.jpg"] {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 639px) {
  .container-tight div:has(> a > img[src*="/manual-media/home/offer-banner.jpg"]),
  .container-tight div:has(> img[src*="/manual-media/home/offer-banner.jpg"]) {
    max-width: 100%;
    min-height: clamp(170px, 44vw, 260px);
  }
}
