/* Detail players: keep the film and its context within a comfortable viewport. */
.cinema{padding:20px 0 22px}
.cinema .player{width:100%;max-width:854px}
.cinema .player video{width:100%;height:min(480px,58svh);max-height:480px;aspect-ratio:auto;object-fit:contain}
.cinema .player-tools{max-width:854px;margin-top:10px}
.cinema .breadcrumb{margin-bottom:16px}
.cinema .launch .round-play{width:64px;height:64px}
.cinema .launch .triangle{border-top-width:15px;border-bottom-width:15px;border-left-width:21px}
@media(max-width:760px){
 .cinema{padding:14px 0 18px}
 .cinema .player video{height:auto;aspect-ratio:16/9;max-height:58svh}
 .cinema .portrait-player video{height:min(440px,58svh);aspect-ratio:auto}
 .cinema .player-tools{margin:10px 20px 0}
 .cinema .launch .round-play{width:54px;height:54px}
}
