.layout__moodboard-logo-link .layout__moodboard-logo img {
  height: auto !important;      /* kills the 77 / 64 / 51 px breakpoint heights */
  width: auto !important;
  max-height: 46px !important;  /* native height = the upper limit */
  max-width: 100% !important;   /* dynamic: shrinks with the column, ratio kept */
}