.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;
}

/* Additional styles specific to hero-image-random */
.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;
} 