#headerLogoContainer img {
  max-height: unset;
}

@media only screen and (max-width: 1100px) {
  #headerLogoContainer img,
  .headerCol:first-child {
    max-height: 25px;
  }
}
