.bg-cover {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(to bottom, #00000080, #00000040),
            repeating-linear-gradient(
                    45deg,
                    rgba(255,255,255,0.03) 0px,
                    rgba(255,255,255,0.03) 2px,
                    transparent 2px,
                    transparent 6px
            );
    z-index: -1;
}
.slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
