img { image-orientation: from-image; }
.no-object-fit img.object-cover { width: 100% !important; height: auto !important; }
.no-object-fit img.object-contain { width: auto !important; max-width: 100% !important; height: auto !important; max-height: 100%; margin-right: auto; margin-left: auto; }
.no-object-fit .hero-panel img, .no-object-fit .live-card img, .no-object-fit .scene-grid img { width: 100%; height: auto; }
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img { max-width: 100%; }
  .app-download-qr, .footer-app-download img { height: auto !important; }
}
