#overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#adservice-right{
    height:   600px;
}

#sky_banner {
    height:   600px;
    overflow: hidden;
    position: absolute;
    right:    -165px;
    top:      0px;
    z-index:  9000;
    width:    160px;
}

@media (max-width: 1347px) {
    #sky_banner {
        display: none;
    }
}