#HeaderLower {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: black;
}
@media only screen and (max-width: 767px) {
    #Header {
        background: none transparent;
        margin-top: 0;
        border-top: solid 0px;
        border-bottom: solid #e9e9e9 1px;
        min-height: 75px;
    }
}