/**
 * Responsive video for content inserted via the Wysiwyg media gallery.
 * Scoped to common content containers to avoid affecting unrelated video elements.
 */
.product.description video,
.product-info-main video,
.cms-content video,
.block-content video,
[data-content-type] video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
