header .distributor-logo img {
    width: auto !important;
}

.logo {
    padding: 7px 4px;
}

@media only screen and (max-width: 992px) {
    header .distributor-logo {
        margin: 15px 0 15px 45px;
    }
    header .distributor-logo img {
        max-height: 45px;
    }
    .navbar-header .logo img {
        margin-top: 6px;
    }
}

@media only screen and (max-width: 767px) {
    header .distributor-logo img {
        margin-top: -6px !important;
    }
    #header .logo .small {
        margin-top: 0px;
        max-height: 100%;
    }
}
