/* TODO Replace these with something more specific to product listing page
when that build begins */
.views-view-responsive-grid__item {
  display: flex;
  justify-content: center;
}

.views-view-responsive-grid__item-inner {
  display: flex;
  height: 100%;
}

.product-listing-card__media img {
  object-fit: cover;
  margin: 0 auto;
}
