.video-header{position:relative;width:100%;padding:unset;height:500px;overflow:hidden}.video-header video{all:unset;height:500px;width:100%;overflow:hidden;object-fit:cover;z-index:0}.video-header .background{position:absolute;background:linear-gradient(90deg,var(--buckeye-blue) 0,hsla(0,0%,100%,0));height:500px;width:100%;z-index:1;top:0}.video-header .video-header-text{position:absolute;pointer-events:none;left:20px;color:var(--white);font-weight:700;filter:drop-shadow(5px 5px 10px #000000);z-index:3}@media only screen and (max-width:380px){html .video-header,html .video-header .background,html .video-header video{height:200px}html .video-header .video-header-text{top:-10px;font-size:1.5em;padding:10px}}@media only screen and (min-width:380px){html .video-header,html .video-header .background,html .video-header video{height:200px}html .video-header .video-header-text{top:5px;font-size:2em;padding:10px}}@media only screen and (min-width:600px){html .video-header,html .video-header .background,html .video-header video{height:250px}html .video-header .video-header-text{top:15px;font-size:3em;padding:25px}}@media only screen and (min-width:1000px){html .video-header,html .video-header .background,html .video-header video{height:500px}html .video-header .video-header-text{font-size:4em}}@media only screen and (min-width:1400px){html .video-header .video-header-text{font-size:5em}}