.c-video-modal{padding:0;border:0;background:none;max-width:100vw;max-height:100dvh;width:100%;height:100%;overflow:hidden}.c-video-modal::backdrop{background:#000000d1}.c-video-modal[open]{display:flex;align-items:center;justify-content:center}.c-video-modal__frame{position:relative;width:min(92vw,calc((100dvh - 120px) * 16 / 9));aspect-ratio:16 / 9;max-height:calc(100dvh - 120px);border-radius:16px;overflow:hidden;background:#000}.c-video-modal__stage,.c-video-modal__stage iframe,.c-video-modal__stage video{display:block;width:100%;height:100%;border:0}.c-video-modal__close{position:absolute;top:-48px;right:0;z-index:1;display:grid;place-items:center;width:40px;height:40px;padding:0;appearance:none;border:0;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer}.c-video-modal__close:hover,.c-video-modal__close:focus-visible{background:#ffffff3d}@media(max-width:1023px),(max-height:620px){.c-video-modal__frame{width:min(96vw,calc((100dvh - 24px) * 16 / 9));max-height:calc(100dvh - 24px);border-radius:10px}.c-video-modal__close{top:8px;right:8px;background:#0000008c}}@media(prefers-reduced-motion:no-preference){.c-video-modal[open]{animation:c-video-modal-in .18s ease-out}@keyframes c-video-modal-in{0%{opacity:0;scale:.98}to{opacity:1;scale:1}}}
