/* Responsive wrapper for the [youtube] shortcode embeds. */
.cm-video {
    max-width: 720px;
    margin: 1.5em auto;
}

.cm-video iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
}
