
.parallax-ad-section {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 40px 0;
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .parallax-ad-section {
        height: 320px;
    }
}

.parallax-ad-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.panorama-ad-section {
    background-color: #d1d1d1;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.panorama-ad-viewport {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .panorama-ad-viewport {
        position: relative;
    }
}