.brand {
  display: block;
  flex: 0 0 164px;
  width: 164px;
  height: 56px;
  overflow: hidden;
}

.site-header .brand img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.site-footer .footer-inner > div:first-child > img {
  display: block;
  width: 190px;
  height: 76px;
  margin-left: -29px;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .brand {
    flex-basis: 154px;
    width: 154px;
    height: 49px;
  }

  .site-footer .footer-inner > div:first-child > img {
    width: 180px;
    height: 72px;
    margin-left: -27px;
  }
}
