/* High-specificity desktop-only correction for late runtime carousel styles. */
@media screen and (min-width: 600px) {
  html body #root .app-shell.player-shell main.main-area .page-content .hero-grid .hero.campaign-carousel-hero picture.campaign-carousel-picture {
    inset: 0 24px !important;
    top: 0 !important;
    right: 24px !important;
    bottom: 0 !important;
    left: 24px !important;
    width: auto !important;
    height: auto !important;
    animation: none !important;
    transform: none !important;
  }

  html body #root .app-shell.player-shell main.main-area .page-content .hero-grid .hero.campaign-carousel-hero picture.campaign-carousel-picture > img {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
    animation: none !important;
    transform: none !important;
  }
}
