.custom-hero-video {
    position: relative;
}
.custom-hero-video-content {
    
    padding: 0 25px clamp(30px, 10vw, 130px) 25px;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin: -30vh auto 0 0;
    justify-content: center;
    position: relative;

    z-index: 10;
}
.custom-hero-video .heading,
.custom-hero-video, 
.custom-hero-video a.button {
    color: var(--theme-background-color);
}
.custom-hero-video a.button {
    border-color: var(--theme-background-color);

}
#scrolly-video video {
    object-fit: cover;
}
@media screen and (min-width: 768px) { 
    

}

.elementor-element[data-element_type="container"]:has(.elementor-widget-custom-hero-video),
.elementor-element[data-element_type="container"] > .e-con-inner:has(.elementor-widget-custom-hero-video){
    padding: 0;
    max-width: 100%;
    width: 100%;
    background-color: var(--theme-text-color);
    color: #fff;
}