
/* For Google Adsense header banner ad. */
    #logged-out-header-ad { 
        height: 90px !important;
        margin-left: 7%;
    }

    #header-ad-container {
        height: 90px !important; 
        background: white;
    }
    
    @media(max-width:2400px){ 
        #logged-out-header-ad { 
            height: 90px !important;
            margin-left: 18%;
        } 
        #header-ad-container {
            height: 90px !important; 
            background: white;
        }
    } 
    
    @media(max-width:1630px){ 
        #logged-out-header-ad { 
           height: 90px !important;
           margin-left: 9%;
        } 
        #header-ad-container {
            height: 90px !important; 
            background: white;
        }
    }
    
    @media(max-width:1200px){ 
        #logged-out-header-ad { 
            height: 90px !important;
            margin-left: 0%;
        } 
        #header-ad-container {
            height: 90px !important; 
            background: white;
        }
    }
    
    @media(max-width:991px){ 
        #logged-out-header-ad { 
            height: 90px !important;
            margin-left: 0%;
        } 
        #header-ad-container {
            height: 90px !important; 
            background: white;
      }
    }
    
    @media(min-width:768px) and (max-width:990px){ 
        #logged-out-header-ad { 
            height: 90px !important; 
            margin-left: 0%;
        } 
        #header-ad-container {
            height: 90px !important; 
            background: white;
        }
    }
    
    @media(max-width:768px){ 
        #logged-out-header-ad { 
            height: 60px !important; 
            margin-left: 0%;
        }
        #header-ad-container {
            height: 60px !important; 
            background: white;
        } 
    }
    
    @media(max-width:500px){ 
        #logged-out-header-ad { 
            margin-left: 0%;
            display: none;
        } 
        #header-ad-container {
            height: 0px;
            display: none;
        }
    }
    
    @media screen and (max-width: 480px) { 
        #logged-out-header-ad { 
            margin-left: 0%;
            display: none;
        } 
        #header-ad-container {
            height: 0px;
            display: none;
        }
    }
