.site-brand img {
    max-height: 60px;
}

@media (min-width: 768px) {
    .site-brand img {
        max-height: 100px;
    }
}