.site-header .brand {
  align-self: stretch;
}

.site-header .brand img {
  display: block;
  width: auto;
  height: 66px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

footer .brand img {
  width: auto;
  height: 110px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 800px) {
  .site-header .brand img { height: 56px; }
  footer .brand img { height: 92px; }
}
