.stationary-hero{--fade-height:20%;background-color:#000;color:#fff;height:95vh;overflow:hidden;position:relative;z-index:-1}.stationary-hero:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 15%,#fff);content:"";display:block;height:calc(100% + var(--fade-height));left:0;position:absolute;top:calc(100% - var(--fade-height));width:100%}.sh__body-wrapper{height:100%;left:0;position:absolute;top:0;width:100%;clip:rect(0,auto,auto,0);text-align:center}.sh__body{align-items:center;bottom:calc(var(--fade-height) - 2rem);display:flex;flex-flow:column;gap:var(--gap-md);justify-content:center;left:50%;position:fixed;transform:translateX(-50%);width:calc(100% - 40px);z-index:-1}.sh__image{height:auto;max-height:35vh;max-width:min(100%,600px);object-fit:contain;object-position:bottom center;width:100%}@media (min-width:1600px){.sh__body{bottom:unset!important;padding-top:200px;top:0}}