.video-rayos {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 105%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -2;
}

/* Estilizamos el video de fondo */
.background-video-ageradecimientos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Escala el video para que ocupe el área sin deformarse */
    z-index: 1;
    /* El video está detrás del contenido */
}