/*
This is your custom Style Sheet. It's the last css resource loaded so you can
easily overwrite css selectors from other style sheets.
*/
@media screen and (max-width: 768px){
.header-brand .brand-logo {
    max-height: 70px !important;
}
}