
/* =========================================================
   MIKHAIL V13.11.18.6 — HOME FRAGRANCE IMAGE
   Uses the existing universal responsive architecture.
   No device-specific sizing.
   ========================================================= */

.collections-landing .collection-future-feature{
  overflow:hidden;
  align-items:stretch;
}

.collections-landing .collection-future-feature .future-media{
  min-width:0;
  min-height:clamp(260px,28vw,410px)!important;
  background:none!important;
  position:relative;
  overflow:hidden;
}

.collections-landing .collection-future-feature .future-media img{
  display:block;
  width:100%!important;
  height:100%!important;
  min-height:inherit;
  object-fit:cover!important;
  object-position:center center!important;
}

.collections-landing .collection-future-feature .future-media:after{
  content:"COMING SOON";
  position:absolute;
  left:clamp(14px,1.5vw,24px);
  bottom:clamp(14px,1.5vw,22px);
  border:1px solid #d1ad58;
  padding:9px 13px;
  color:#d1ad58;
  font-size:clamp(8px,.55vw,10px);
  letter-spacing:.18em;
  background:rgba(0,0,0,.68);
  z-index:2;
}

@media(max-width:900px){
  .collections-landing .collection-future-feature .future-media{
    aspect-ratio:16/10;
    min-height:0!important;
  }
}

@media(max-width:620px){
  .collections-landing .collection-future-feature .future-media{
    aspect-ratio:4/3;
  }
}
