:root{--video-maxW: min(100%, var(--component-maxwidth-m));--video-maxH: min(80vh, 60rem)}.twz-video{--video-bg: #000;overflow:clip;text-align:center;border-radius:var(--border-radius)}.twz-video--responsive{margin-inline:auto;width:min(100%,var(--video-maxW));height:min(100%,var(--video-maxH))}.twz-video video{display:block}.twz-video :where(iframe,video){height:100%;width:100%;background-color:var(--video-bg)}:where(iframe,video){height:var(--video-maxH);width:var(--video-maxW)}
