/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 13:45:38 */
/* Oscurecimiento base */
#contenedor-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: rgba(26,22,21,0.47);
}

/* Rejilla de puntos */
#contenedor-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(26,22,21,0.47) 3px, transparent 3px);
    background-size: 25px 25px;
}

.video-overlay {
    position: relative;
    z-index: 3;
}

