/**
 **
 **
 **/

#logo {
    content: url("images/logo.png") !important;
    max-height: 40px !important;
}

@media (min-width: 576px) {
    #logo {
        max-height: 60px !important;
    }
}