/* Match visible logo widths without stretching their different proportions. */
.company-logo img {
  width: 320px;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  mix-blend-mode: screen;
}
#trupe .company-logo img {
  /* Compensate for the transparent side margins in the original artwork. */
  width: 340px;
}
