/* Desktop sidebar carousel: keep the full localized artwork inside its frame. */
@media (min-width: 600px) {
  html body #root .player-shell .hero-grid .campaign-carousel-picture,
  html body #root .player-shell .hero-grid .campaign-carousel-picture img {
    animation: none !important;
    transform: none !important;
  }
}
