.video-header {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    min-height: 550px;
}
.video-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 550px;
    margin-top: 40px;
    object-fit: none;
}
.video-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 550px;
    margin-top: 40px;
}
.home-container {
    height: 100vh;
    display: flex;
    align-items: center;
    min-height: 550px;
    padding-left: var(--main-spacing-horizontal);
    padding-right: var(--main-spacing-horizontal);
}
.hero-text-container {
    position: relative;
}