.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Прозрачность по умолчанию */
    backdrop-filter: blur(0px); /* Размытие по умолчанию */
    transition: background 0.5s ease, backdrop-filter 0.5s ease;
}