   

    section {  display:block; width:100%; margin:0; padding:0; overflow-y:auto; }
    #section1 { margin:0; }

    body.smhead #section1 { margin:100px 0 0 0; }

    
    /* ==========================================================================
        Media Style: no dropdown, section flowdown, sslider flowdown
    ============================================================================= */
    @media only screen and (max-width:767px) {
        /*dummy class*/
        section .content { position:relative; top:0; left:0; }
        section#section1>.content { top:0; }
    }        