.podcast-featured .podcast-video { width: 100%; max-height: 520px; border-radius: 22px; background: #020a10; box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.podcast-episode .podcast-video { width: 100%; max-height: 240px; border-radius: 14px; background: #020a10; }
@media (max-width: 760px) { .podcast-featured .podcast-video { max-height: 360px; } .podcast-episode .podcast-video { grid-column: 1; } }
