
.video-watch-page { padding: 45px 0 70px; }
.video-watch-page .video-watch-shell { max-width: 1050px; margin: 0 auto; }
.video-watch-page h1 { margin-bottom: 22px; }
.video-watch-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #111; overflow: hidden; border-radius: 8px; }
.video-watch-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-watch-content { margin-top: 25px; }
@media (max-width: 767px) { .video-watch-page { padding: 25px 0 55px; } .video-watch-page h1 { font-size: 1.65rem; } }
