@media screen and (orientation:portrait) and (min-device-width: 319px) and (max-device-width: 479px) {          
           #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: -3% !important; position: relative;margin: 0px auto;display: block; }
        }

    @media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 479px) {
          #adsContainer #start {   top: 2%;display: block;   } 
          #adsContainer .adsbygoogle { top: -29% !important; position: relative;margin: 0px auto;display: block; }
    }

    @media screen and (orientation:portrait) and (min-device-width: 480px) and (max-device-width: 767px) {          
           #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: -4% !important; position: relative;margin: 0px auto;display: block; }
        }

    @media screen and (orientation:landscape) and (min-device-width: 480px) and (max-device-width: 680px) {
          #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: -36% !important; position: relative;margin: 0px auto;display: block; }
    }

    @media screen and (orientation:landscape) and (min-device-width: 480px) and (max-device-width: 767px) {
          #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: -31% !important; position: relative;margin: 0px auto;display: block; }
    }

    @media screen and (orientation:portrait) and (min-device-width: 768px) and (max-device-width: 1023px) {          
           #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: 2% !important; position: relative;margin: 0px auto;display: block; }
        }

    @media screen and (orientation:landscape) and (min-device-width: 768px) and (max-device-width: 1023px) {
          #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: -19% !important; position: relative;margin: 0px auto;display: block; }
    }

     @media screen and (orientation:portrait) and (min-device-width: 1024px) and (max-device-width: 1280px) {          
           #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: 5% !important; position: relative;margin: 0px auto;display: block; }
        }

    @media screen and (orientation:landscape) and (min-device-width: 1024px) and (max-device-width: 1280px) {
          #adsContainer #start {   top: 2% !important;display: block;   } 
          #adsContainer .adsbygoogle { top: 5% !important; position: relative;margin: 0px auto;display: block; }
    }