#video-header{background-color:#000;height:100vh;overflow:hidden;position:relative;width:100%}#video-header video{height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;z-index:0}#video-header .container-video{position:relative;z-index:2}#video-header .start-header{align-items:center;display:flex;flex-direction:column;gap:50px;height:100vh;justify-content:center;text-align:center}#video-header .start-header span{color:#fff}#video-header .start-header .first{display:block;font-family:var(--font);font-size:var(--start);font-weight:700;line-height:1}#video-header .start-header .second{display:block;font-family:var(--GTitalic);font-size:var(--start);line-height:1}