﻿/* hero.media.wide */
.video-hero{position:relative;overflow:hidden;border-radius:0;background:var(--video-color-bg);margin-inline:calc(-1 * var(--video-space-4))}
.video-hero__slide{position:relative;min-height:26rem}
.video-hero__slide img,.video-hero__placeholder{width:100%;height:clamp(26rem,60vw,44rem);object-fit:cover}
.video-hero__content{position:absolute;inset:auto 0 0;padding:clamp(1.5rem,5vw,3.5rem);background:linear-gradient(transparent,rgba(0,0,0,.95));max-width:min(90%,60rem)}
.video-hero__content h2{max-width:18ch;font-size:clamp(2.25rem,7vw,5rem);line-height:.98}
.video-hero__controls{position:absolute;inset:50% var(--video-space-6) auto;transform:translateY(-50%);display:flex;justify-content:space-between;width:calc(100% - 2*var(--video-space-6));pointer-events:none;z-index:2}
.video-hero__controls button{pointer-events:auto}
@media (max-width:47.999rem){.video-hero__content{padding:clamp(1rem,3.5vw,2rem)}.video-hero__content h2{font-size:clamp(1.5rem,5.2vw,3.25rem);line-height:1.08}.video-hero__controls{inset:var(--video-space-3) var(--video-space-3) auto auto;transform:none;width:auto;justify-content:flex-end;pointer-events:auto}}
:root{--video-component-hero-variant:wide}
