.bg-video-wrap{position:relative;overflow:hidden;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}video{width:100%;height:100vh;object-fit:cover;object-position:bottom}.overlay{width:100%;height:100vh;position:absolute;top:0;left:0;top:0;background-size:3px 3px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-overlay{width:100%;height:100%;position:absolute;top:0;left:0;top:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:linear-gradient(180deg,rgb(19,16,16) 10%,transparent 90%)}.video-text-overlay{width:100%;height:100%;position:absolute;top:0;left:0;top:0;z-index:10;display:grid;grid-template-columns:1fr;align-items:center;justify-items:center}.video-text-overlay h2{margin-bottom:100px}@media(max-width:915px){.bg-video-wrap{height:auto!important;margin:50px 0 0 0}.overlay{background:rgba(235,230,230,.4)}video{width:100%;height:auto;object-fit:cover}}@media(max-width:915px) and (orientation:landscape){.bg-video-wrap{height:100vh!important}video{width:100%;height:100vh;object-fit:cover}}