/* Increase desktop brand presence without increasing the header height. */
@media (min-width: 601px) {
  .nav-row > .brand img {
    transform: scale(1.18);
    transform-origin: left center;
  }
}
