*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow-x:hidden}.video-section{height:80vh;overflow:hidden;position:relative;width:100%}.video-section .video-container{background-color:#fff}.video-section .video-container,.video-section video{height:100%;left:0;position:absolute;top:0;width:100%}.video-section video{object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.video-section .text-overlay{background-color:rgba(0,0,0,.5);border-radius:0;color:#fff;font-family:Verdana,sans-serif;left:50%;max-width:80%;padding:20px 40px;position:absolute;text-align:center;top:25%;transform:translate(-50%,-50%)}.video-section .text-overlay h1{font-size:2em;margin-bottom:10px}.video-section .text-overlay p{font-size:1.2em;margin:0}.highlight-text{color:#fff}