.elementor-9 .elementor-element.elementor-element-e9d802a{--display:flex;--min-height:100vh;}/* Start custom CSS for html, class: .elementor-element-5587d01 */.hero-video{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
}

.hero-video video{
    width:100%;
    height:100%;
    object-fit:contain;
    background:#000;
    display:block;
}

/* Tablet */
@media (max-width:1024px){
    .hero-video{
        height:100vh;
    }

    .hero-video video{
        object-fit:contain;
    }
}

/* Móvil */
@media (max-width:767px){

    .hero-video{
        height:100svh;
    }

    .hero-video video{
        object-fit:contain;
        width:100%;
        height:100%;
    }

}/* End custom CSS */