/* #logo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    /* transition: opacity 2s ease-in-out; *
    z-index: 9999;
}

#logo-overlay img {
    opacity: 0;
    max-width: 200px;
} */

#video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 9999;
}

#intro-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* @media(max-width: 768px) {
    #intro-video {
        width: 110vw; /* Expandimos un poco el ancho para cubrir sin cortes */
        height: 110vh; /* Expandimos un poco la altura */
        object-fit: cover;
        object-position: center center; /* Aseguramos que el centro del video sea visible */
    }
} */
