/* Shared header logo sizing for the four product showcase sites. */
.site-header .brand {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-header .brand picture {
  display: block;
  line-height: 0;
}

.site-header .brand-logo {
  display: block;
  width: auto;
  height: 54px;
  max-width: 190px;
  object-fit: contain;
  filter: none;
}

@media (max-width: 980px) {
  .site-header .brand-logo {
    width: auto;
    height: 42px;
    max-width: 142px;
  }
}
