.header__logo img,
.header__logo svg,
.header__logo .site-logo {
  height: 100%;
  max-height: 5rem;
  width: auto;
  object-fit: contain;
  min-height: 200px;
}

.header__logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
