



#leftAd {
    position: fixed;
    margin-right: 4%;
    top: 10%;
    height: auto;
    overflow: hidden;
    right: 10%;
}


@media (max-width:768px) {
    #leftAd{
        display:none;
    }

}

@media (max-width:1409px) {
    #leftAd {
        display:none;
    }
}


/* Zoom 50% */
@media (max-width:3840px) {
    #leftAd {
        right: 22%;
        top: 18%;
    }
}

/* Zoom 67% */
@media (max-width:2880px) {
    #leftAd {
        right: 22% !important;
        top: 17% !important;
        width: 160px !important;
    }
}
/* Zoom 75% */
@media (max-width:2560px) {
    #leftAd {
        right: 19% !important;
        top: 17% !important;
        width: 120px;
    }
}
/* Zoom 80% */
@media (max-width:2400px) {
    #leftAd {
        width: 160px !important;
        right: 17.5% !important;
        top: 17% !important;
    }
}
/* Zoom 90% */
@media (max-width:2133.33px) {
    #leftAd {
        width: 160px;
        right: 14.3% !important;
    }
}
/* Zoom 100% */
@media(max-width:1920px) {
    #leftAd {
        width: 160px !important;
        right: 10% !important;
    }
}
/* Zoom 110% */
@media(max-width:1745.44px) {
    #leftAd {
        width: 160px !important;
        right: 7% !important;
    }
}

/* Zoom 125%*/
@media(max-width:1536px) {
    #leftAd {
        width: 110px;
        right: 2.5% !important;
    }
}

/*@media (min-width: 768px) and (max-width:991px) {
    #leftAd {
        width: 100px !important;
        right: -3% !important;
        top: 28% !important;
    }
}*/

/*@media (min-width: 992px) and (max-width:1280px) {
    #leftAd {
        width: 110px !important;
        right: -1% !important;
        top: 28% !important;
    }
}*/

/*@media (min-width: 1281px) and (max-width:1409px) {
    #leftAd {
        width: 120px !important;
        right: 0% !important;
        top: 28% !important;
    }
}*/

@media (min-width: 1410px) and (max-width:1441px) {
    #leftAd {
        width: 160px !important;
        right: -2% !important;
        top: 21% !important;
    }
}

@media (min-width:1442px) and (max-width:1535px){
    #leftAd {
        width: 160px !important;
        right: 0% !important;
        top: 21% !important;
        }
    }

@media (min-width: 1570px) and (max-width:1668px) {
    #leftAd {
        width: 160px !important;
        right: 5% !important;
        top: 21% !important;
    }
}