/* ARTICLE55.120 — laptop/medium-desktop hero image containment hotfix. Scope: homepage hero only; preserves mobile and large-desktop behavior. */@media (min-width:1024px) and (max-width:1440px) and (max-height:900px){body.v580-home .hero-lux .portrait-frame picture{display:block!important;border-radius:28px!important;overflow:hidden!important;background:#fff!important}body.v580-home .hero-lux .portrait-frame img{width:100%!important;height:520px!important;max-height:calc(100vh - 220px)!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;background:#fff!important}body.moemen-home-v695 .hero-gradient img.hero-image{height:520px!important;max-height:calc(100vh - 205px)!important;object-fit:contain!important;object-position:center center!important;background:#fff!important}}
