.video-wrapper{position:relative;width:100vw;height:calc(100vh - 64px);overflow:hidden;display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.video-wrapper{height:auto}}.video-wrapper video{width:100%;height:100%;object-fit:cover;@media screen and (max-width:768px){&{object-fit:contain}}}.video-wrapper .absolute{z-index:1}