/* v20: fit the complete 16:9 slide and its navigation within one desktop viewport. */
@media (min-width: 901px) {
  :root {
    --season-slide-width: min(72vw, calc((100vh - 244px) * 1.7778));
  }
}
