.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 30px;
}

.related-products .brand-product-card__media {
  background: #ffffff;
}

.related-products .brand-product-card__media-images {
  width: 100%;
  height: 100%;
}

.related-products .brand-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
