:root{

    --hero-video-border:rgba(0,85,255,.35);

    --hero-glow:0 0 30px rgba(0,85,255,.15);

}



/*==================================================
Hero
==================================================*/

.hero-video{
    width:100%;
    border:1px solid var(--hero-video-border);
    border-radius:var(--radius);
    box-shadow:0 0 30px rgba(0,85,255,.15);
}