


#rightAd {
    position: fixed;
    margin-left: 4%;
    top: 10%;
    height: auto;
    overflow: hidden;
    left: 10%;
}


@media (max-width:768px) {
    #rightAd {
        display: none;
    }
}

@media (max-width:1409px) {
    #rightAd {
        display: none;
    }
}


/* Zoom 67% */
@media (max-width:2880px) {
    #rightAd {
        left: 22% !important;
        top: 17% !important;
        width: 160px !important;
    }
}
/* Zoom 75% */
@media (max-width:2560px) {
    #rightAd {
        left: 19.3% !important;
        top: 17% !important;
        width: 160px !important;
    }
}
/* Zoom 80% */
@media (max-width:2400px) {
    #rightAd {
        width: 160px !important;
        left: 17.6% !important;
        top: 17% !important;
    }
}
/* Zoom 90% */
@media (max-width:2133.33px) {
    #rightAd {
        width: 120px;
        left: 14.56% !important;
    }
}
/* Zoom 100% */
@media(max-width:1920px) {
    #rightAd {
        width: 160px !important;
        left: 10% !important;
    }
}
/* Zoom 110% */
@media(max-width:1745.44px) {
    #rightAd {
        width: 160px !important;
        left: 7% !important;
    }
}
/* Zoom 125%*/
@media(max-width:1536px) {
    #rightAd {
        width: 110px;
        left: 2.5% !important;
    }
}

/*@media (min-width: 768px) and (max-width:897px) {
    #leftAd {
        width: 100px !important;
        left: -3% !important;
        top: 12% !important;
    }
}*/


/*@media (min-width: 768px) and (max-width:991px) {
    #rightAd {
        width: 90px !important;
        left: -2% !important;
        top: 28% !important;
    }
}

@media (min-width: 992px) and (max-width:1280px) {
    #rightAd {
        width: 110px !important;
        left: -1% !important;
        top: 28% !important;
    }
}

@media (min-width: 1281px) and (max-width:1409px) {
    #rightAd {
        width: 160px !important;
        left: -2% !important;
        top: 28% !important;
    }
}*/

@media (min-width: 1410px) and (max-width:1441px) {
    #rightAd {
        width: 160px !important;
        left: -2% !important;
        top: 21% !important;
    }
}
@media (min-width: 1442px) and (max-width:1535px) {
    #rightAd {
        width: 160px !important;
        left: 0% !important;
        top: 21% !important;
    }
}

@media (min-width: 1570px) and (max-width:1672px) {
    #rightAd {
        width: 160px !important;
        left: 6% !important;
        top: 21% !important;
    }
}