.ads_left {
    position: fixed;
    left: 0;
    top: 15%;
}

.ads_right {
    position: fixed;
    right: 0;
    top: 15%;
}

.ads-sticky {
    position: fixed;
    top: 8%;
}