section.video-detail .lead {
  font: var(--lead-font);
}
section.video-detail .yt-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}
@media screen and (max-width: 48em) {
  section.video-detail .button-wrapper {
    -ms-grid-row: 3;
    grid-row: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-column: 1/-1;
    padding-block: 0.625rem;
  }
}