/* Compensate for the transparent padding in the supplied PNG originals. */
.brand img {
  object-fit: contain;
  mix-blend-mode: normal;
}
.brand .brand-symbol img,
.brand img.brand-symbol {
  transform: scale(1.34);
  transform-origin: center;
}
