.video-background-section {
    position: relative;
}

.video-background-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Aby wideo znajdowało się za treścią */
    pointer-events: none; /* Wyłącz interakcje z iframe */
}

.video-background-section .content {
    position: relative;
    z-index: 1; /* Treść powinna być na pierwszym planie */
}
