.parr-bg-section {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parr-bg-layer {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.15s linear;
    will-change: opacity;
}

.parr-bg-layer--sharp {
    z-index: 1;
    background-image: url('http://selbdritt.art/wp-content/uploads/2026/08/bgsharp.jpg');
    opacity: 1;
}

.parr-bg-layer--blur {
    z-index: 2;
    background-image: url('http://selbdritt.art/wp-content/uploads/2026/08/bgblur.jpg');
    filter: blur(30px);
    transform: scale(1.08);
    opacity: 0;
}

.parr-bg-content {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.no-gap-block {
    margin: 0 !important;
    padding: 0 !important;
}

.video-slider {
    width: 100%;
    max-width: 960px;
}