.header-video { position: relative; height: 57vh; overflow: hidden; min-height: 450px; @media (min-width: 1060px) { height: 90vh; } } .header-video-logo { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; z-index:1; margin-block-start: 0 !important; opacity:0.8; } .header-video-layer { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00000070; z-index: 0; backdrop-filter: blur(5px); margin-block-start: 0 !important; } .header-video-video video { aspect-ratio: auto !important; position: absolute !important; top: 0; left: 0; width: 100% !important; height: auto !important; @media (max-width: 1060px) { width: auto !important; height: 100% !important; } }
Divinem