.video-container{position:relative;height:100vmin}#myVideo{width:100%;position:absolute;z-index:-1}.video-overlay{height:50vh;width:60%;background:#fff;background:linear-gradient(0,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.7) 90%,rgba(255,255,255,0.4) 100%);position:absolute;box-shadow:7px 10px 29px -12px rgba(0,0,0,1)}.overlay-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.video-heading{margin-top:20px;display:flex;justify-content:center;width:100%}.video-heading img{width:auto;height:16vh}.video-heading h1{align-self:flex-end;font-size:5vh;margin:0px}.video-overlay_text{display:flex;height:100%;flex-wrap:wrap;justify-content:center}.text-box{background:linear-gradient(135deg,rgba(230,0,0,1) 0%,rgba(222,0,75,1) 100%);width:100%;align-self:flex-end}.video-text p{text-align:center;padding:20px 50px;margin:0px;font-size:30px;color:#e60000;font-weight:300}.text-box_link{padding:10px 20px;display:flex;justify-content:center;flex-wrap:wrap}.text-box_link a{color:#fff;padding:10px;text-align:center;text-decoration:none;font-weight:300;font-size:20px}@media all and (max-width:1024px){.video-overlay{width:100%}.video-container{height:50vmax}}@media all and (max-width:480px){#myVideo{transform:none}.video-container{height:250px;z-index:-1}.video-overlay{height:100%;width:100%}.video-text p{font-size:18px}.video-heading img{height:75px}.video-heading h1{font-size:26px;transform:translateY(-15px)}.video-text p{padding:0px 50px}.text-box_link a{font-weight:500;font-size:13px}.overlay-container{margin:0}.video-heading{margin-top:10px}}