@media only screen and (max-width: 767px) {
    .navbar .navbar-brand > img {
        width: 50px;
    }
}