.clear { 
    clear: both;
}
body {
    background-color: #eee !important;
}
* {
    z-index: 2;
}
#premium-ad-output {
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
#premium-ad-output-mobile {
    margin: auto;
    padding: 0;
    width: 100%;
}
#premium-ad-output-mobile img {
    width: 100%;
}
#pageWrap {
    -webkit-transform: translate3d(0,0,0);
}

