/* Estilos simples para seções de vídeo */

.sectionVideoScroll {
    width: 100vw !important;
    height: 100vh !important;
    position: sticky !important;
    top: 0 !important;
}

/* Ocultar o vídeo de background do Elementor */
.sectionVideoScroll .elementor-background-video-container {
    display: none !important;
}
