/* =========================================================
   Space Vanta Theme 1.0
   Collection Hero
   Image Frame
   Version:
   COLLECTION V1.0-C
   ========================================================= */

.sv-collection-hero__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-collection-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}