/* Desktop-only showreel size correction. Mobile layouts are untouched. */
@media (min-width: 1101px) {
  #showreel .showreel-shell .showreel-player {
    width: 95% !important;
    max-width: 95% !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-inline: auto !important;
  }

  #showreel .mobile-scroll-hint {
    position: static !important;
    top: auto !important;
    margin-top: -12px !important;
    z-index: 3 !important;
  }

  #showreel .showreel-shell {
    row-gap: clamp(8px, .7vw, 12px) !important;
  }

  #showreel .showreel-player-stack {
    position: relative !important;
  }

  #showreel .showreel-player-stack .showreel-sound-toggle {
    position: absolute !important;
    top: 16px !important;
    left: 50% !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    z-index: 4 !important;
  }

  #showreel .showreel-player-stack .showreel-player {
    margin-top: 60px !important;
  }
}
