 
            #home {
            z-index: 10;
            background: transparent;
            }
            #static {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 5;
            }
            #lightbox, #signupwrap {
            background: transparent;
            }

            .loginbutton, #signupform .email {
            background: white;
            }

            .loginbutton, #signupform .email {
                border: none;
            }

            .loginbutton:hover {
            color: white !important   ;
            background: black !important;
            border-color: white;
                border: none;
            }


            #signupform .email:hover {
            color: white !important;
            filter: invert(100%)
            }

            .fineprint {
            position: absolute;
            bottom: 20px;
            opacity: 0.3;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            }

            h4 {
            color: black;  
                font-weight: normal;
            }

            ::-webkit-input-placeholder, .loginbutton { /* Chrome/Opera/Safari */
            color: black !important;
            }
            ::-moz-placeholder, .loginbutton { /* Firefox 19+ */
            color: black !important;
            }
            :-ms-input-placeholder, .loginbutton { /* IE 10+ */
            color: black !important;
            }
            :-moz-placeholder, .loginbutton { /* Firefox 18- */
            color: black !important;
            }

            video {
            display: block;
            margin: 0px auto 10vh auto;
            width: 500px;
            height: 91px;
            }

html.safari video {
    display: none;
}

            @media (max-width: 800px) {
            video {width: 80vw;height: 14.56vh;}
            }          
            }    

            #login #signupwrap {
            background: white;
            }          

            #signupform .signupbutton:hover {
            color: black;
            }          
