.brand-mark {
  overflow: hidden;
  padding-right: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Preserve the complete proof artwork instead of cropping its wide edges. */
.brand-banner-art img {
  object-fit: contain;
  object-position: center;
}
