@media screen AND (max-width: 999px) { 
    .site-wrapper, .manufacturing-address, section.intro-content { 
        width: 100%;
        float: none;
    }
    
    .manufacturing-address { 
        float: left;
        padding-left: 0.75em;
    }
    
    header, img { 
        max-width: 100%;
    }
    
    header h1 { 
        display: none;
    }
    
    .content { 
        padding: 0 0.5em 10em 0.5em;
    }
    
    .content p { 
        max-width: 95%;
    }
    
    .content img { 
        max-width: 50%;
        height: auto;
    }
    
    footer { 
        height: 10em;
/*        clear: both;
        height: 25em;*/
        /*margin: 4em 0;*/
    }
    
     .mobile-menu { 
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 0.25em;
        height: 1.5em;        
        color: #FFF;
        z-index: 900;
        font-size: 2.5em;
        font-weight: bold;
        
    }
    
    #nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0px;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background-color: #0174c0;
        background: url(/images/mobile-menu-backing.jpg);
        
        /*background: #2fa2fd;*/
        /*padding-top: 5.25em;*/
    }
    
    #nav:not(:target) {
      z-index: 1;
      height: 0;
      display: none;
    }
    
    
    #nav:target .close-btn, #nav:target .menu-logo {
        display: block;
    }
    
    #nav .close-btn {
      position: absolute;
      top: 1em;
      left: 1em;
    }
    
    #nav ul { 
        margin-top: 4em;
        /*margin-left: 1Cem;*/
        height: auto;
        padding-bottom: 2em;
        width: 95%;
    }
    
    #nav ul li { 
        margin: 1em 0;
    }
    
    #nav ul li a { 
        color: #FFF;
        font-size: 1.5em;
    }
    
   #nav ul li, #nav>ul>li:first-child { 
       float: none;
       margin-left: 1em;
       background: none;
       display: block;
       width: 95%;
       /*height: 1em;*/
   }
    
    #nav ul li:after { 
        content: "";
    }
    
    /* Sub Menu Styles */
    #nav ul li ul { 
        position: static;
        top: 0;
        margin-top: 0;
        width: 100%;
    }
    
    #nav ul ul li { 
        width: 95%;
    }
    
    #nav ul ul li {
        border-bottom: none;
    }
    
    .specs-link-mobile { 
        display: block;
    }
    .specs-link { 
        display: none;
    }
    
}

@media screen AND (max-width: 450px) {
    section.video-container { 
        width: 100%;
    }
    
    .product-slider ul { 
        width: 100%;
    }
    
    .product-slider li { 
        width: 100%;
    }
    
    .product-slider li img { 
        max-height: 105px;
    }
}