/* Display the existing cropped brand artwork at a readable size. */
.brand img.site-logo-mark {
  display: block;
  flex: none;
  width: auto;
  height: 56px;
  max-width: none;
  object-fit: contain;
  border-radius: 0;
}
@media (max-width: 720px) {
  .brand img.site-logo-mark { height: 48px; }
}
