.popup-ads-container {
    position: fixed;
    top: 110px; /* Adjust this for proper alignment */
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    /* width: 100%; */
    pointer-events: none;
}

.popup-ad {
    width: 160px;
    height: 600px;
    pointer-events: auto;
}

.popup-ad img {
    width: 100%;
    height: auto;
}

.popup-ad-left {
    position: fixed;
    left: 160px;
}

.popup-ad-right {
    position: fixed;
    right: 160px;
}

@media (max-width: 1800px) {
    .popup-ads-container {
        display: none;
    }
}

/* 
Stop ads before footer */

.top-footer-wrap.fw-widget-section {
    position: relative;
}

.popup-ads-container {
    bottom: 0;
    position: absolute;
}
