.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.site-logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(220px, 58vw);
  object-fit: contain;
  object-position: left center;
}

.brand .site-logo-img,
.site-header .site-logo-img {
  height: 36px;
}

.site-footer-brand-img {
  display: block;
  height: 56px;
  width: auto;
  max-width: min(320px, 90vw);
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 520px) {
  .site-logo-img {
    height: 34px;
  }
}
