.site-header .brand-logo-link,
footer .brand-logo-link {
  display: inline-flex;
  align-items: center;
  width: auto;
  overflow: hidden;
}

.site-header .brand-logo-link {
  height: 56px;
  width: 235px;
  max-width: 235px;
  justify-content: center;
}

.site-header .brand-logo,
footer .brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.site-header .brand-logo {
  width: 230px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

footer .brand-logo-link {
  height: 66px;
  width: 270px;
  max-width: 270px;
  justify-content: center;
}

footer .brand-logo {
  width: 265px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 600px) {
  .site-header .brand-logo-link {
    height: 46px;
    width: 185px;
    max-width: 185px;
  }

  .site-header .brand-logo {
    width: 180px;
    height: auto;
  }

  footer .brand-logo-link {
    height: 58px;
    width: 225px;
    max-width: 225px;
  }

  footer .brand-logo {
    width: 220px;
    height: auto;
  }
}
