.about-image.contain img {
  object-fit: contain;
  padding: 28px;
  background: #090908;
}

.related-image.contain img {
  object-fit: contain;
  padding: 12px;
  background: #090908;
}

.brand-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  background: #090908;
}

.brand-placeholder img {
  width: min(84%, 460px);
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.brand-placeholder span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: rgba(255, 248, 234, .56);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .brand-placeholder img {
    min-height: 0;
  }
}
