#pw-320x50_atf {
    position: sticky;
    top: 0;
    z-index: 999999999;
    background: #fff;
}

body > div.ad-content {
    position: sticky;
    top: 0;
    z-index: 9999999;
}

/* Mobile Rules to push that side bar menu*/
@media only screen and (max-width: 767px) {
    .ad-content + .menu.push-menu-left {
        top: 55px;
    }
}

.pw-corner-ad-video {
    z-index: 345432345678453 !important;
}