.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.parallax-cont {
    aspect-ratio: 16 / 9;
    height: unset;
    max-height: unset;
}

#hero-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero-background-video video {
    height: 100%;
    width: 100%;
    min-height: 100%!important;
    min-width: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.header-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 20px;
}

.red-lines-bottom svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.scroll-next-section {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

.scroll-down-text {
    color: #fff;
    margin-bottom: 5px;
}

.scroll-next-section i {
    color: #fff;
    font-size: 24px;
} 