.product_images-block,
.product_images-block > .row,
.product_images__three {
  height: 100%;
}

.product_images__figure {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.product_images__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product_images__three .col-md-6 {
  display: flex;
  flex-direction: column;
}

.product_images__three .col-md-6 > .d-flex {
  flex: 1;
}

.product_images__three .flex-fill {
  min-height: 0;
}

.product_images__grid-layout .col-md-6 {
  display: flex;
}

.product_images__grid-layout .product_images__figure {
  flex: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .product_images-block,
  .product_images-block > .row,
  .product_images__three {
    height: auto;
  }

  .product_images__figure {
    height: auto;
  }

  .product_images__img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}
