/* DRR DAMSON Performance Mobile Hotfix */
img, picture, video, canvas, svg {
 max-width: 100%;
}
img {
 height: auto;
}
.card, .tile, .product-card, .offer-card, .section, .page-box {
 content-visibility: auto;
 contain-intrinsic-size: 1px 420px;
}
@media (max-width: 768px) {
 body::before, body::after {
  opacity: .35;
 }
 .hero, .hero-section, .landing-hero {
  background-attachment: scroll !important;
 }
}
