/**
 * Plyr player – custom styles only.
 * Base Plyr styles come from plyr.css. Customize Plyr appearance here.
 */
.video-player-container .plyr {
  width: 100%;
  height: 100%;
}

/* Single play/pause is our overlay (.gago-play-pause-overlay); hide Plyr’s duplicate big play so there’s only one centered button */
.video-player-container .plyr__control--overlaid,
.hero-video-modal .plyr__control--overlaid {
  display: none !important;
}
