/* Desktop-only correction for the live player-home campaign carousel.
   Keep the compact mobile carousel and every existing theme/script untouched. */
@media screen and (min-width: 600px) {
  html body #root .app-shell.player-shell main .hero.campaign-carousel-v5-live {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 8 / 5 !important;
    overflow: hidden !important;
  }

  html body #root .app-shell.player-shell main .hero.campaign-carousel-v5-live
    .campaign-carousel-v5-picture img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }
}
