/* Blog video facade — layout only.

   The look comes from videos/css/lite-yt-embed.css, which already builds the
   responsive 16:9 box and the play button. All that is missing is how the
   facade sits in an article column: the vendor file caps the element at 720px,
   while .blogpage-container is 680px wide, so left alone a video would be the
   only block on the page wider than the prose around it. */

.blog-video {
    margin: 1.5rem 0;
}

.blog-video lite-youtube {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
