#headerLogoContainer img {
    display: block;
    max-height: unset;
    max-width: 125px;
}

@media only screen and (max-width: 1100px) {
    #headerLogoContainer img, .headerCol:first-child {
        max-height: 45px;
        width: unset;
        margin-top: 5px;
    }
}