html,
body {
    font-family: helvetica-light, Arial, sans-serif;
    overflow: hidden;
}

.header {
    position: absolute;
    z-index: 2;
    padding: 23px 0;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}

.container {
    max-width: 1880px;
    /* max-width: 4000px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo {
    height: 70px;
    filter: invert(1);
}

.main-videos-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
}

.video-loop {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-text {
    color: #fff;
    font-size: 20px;
    margin-top: 16px;
}

.soon-text {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .container {
        width: auto;
    }
}
