/* =============================================================================
   Block: video_intro  (partial/content-video_intro.php)
   Extracted from style.css. Enqueued only when this block is used on the page.
============================================================================= */

.video_intro_section {position:relative;padding:30px 0px;}
.video_intro_section .wrapper {max-width:960px;}
.video_intro_head {text-align:center;max-width:900px;margin:0 auto 40px;}
.video_intro_head h2 {margin-bottom:0;}
.video_intro_embed {position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:2px 6px 20px -6px rgba(0,0,0,0.35);background:var(--backgrondColorGray);}
.video_intro_embed iframe,.video_intro_embed video {position:absolute;inset:0;width:100%;height:100%;border:0;}
.video_intro_embed lite-youtube {width:100%;height:100%;max-width:none;border-radius:12px;background-size:cover;background-position:center;}

@media (max-width:767px) {
    .video_intro_head {margin-bottom:24px;}
    .video_intro_embed {border-radius:8px;}
}
