/* Visually removes the white logo canvas against the translucent header. */
.brand img {
  mix-blend-mode: multiply;
}
