.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}

.related-products .card__content-list,
.related-products .card__list-button-wrapper,
.best-selling .card__content-list,
.best-selling .card__list-button-wrapper {
  display: none;
}

.best-selling .card .media.media--hover-effect>img:only-child, 
.best-selling .card-wrapper .media.media--hover-effect>img:only-child,
.related-products .card .media.media--hover-effect>img:only-child,
.related-products .card-wrapper .media.media--hover-effect>img:only-child {
  height: 100%;
  width: auto;
  margin: auto;
  position: relative;
}

.best-selling .card__inner,
.related-products .card__inner {
  height: 100%;
}