
/* AvenSci Phase 7 — hero scale correction
   Keeps the approved composition but reduces the book/DNA artwork. */

.fm-hero::after{
    width: 55% !important;
    top: 18px !important;
    right: 5% !important;
    bottom: 0 !important;
    background-size: contain !important;
    background-position: center bottom !important;
}

.fm-hero::before{
    background:
      linear-gradient(
        90deg,
        #fff 0%,
        rgba(255,255,255,.99) 31%,
        rgba(255,255,255,.95) 42%,
        rgba(255,255,255,.74) 53%,
        rgba(255,255,255,.24) 69%,
        rgba(255,255,255,0) 100%
      ) !important;
}

@media(max-width:1000px){
    .fm-hero::after{
        width:52% !important;
        right:2% !important;
        top:24px !important;
        background-size:contain !important;
    }
}

@media(max-width:760px){
    .fm-hero::after{
        width:92% !important;
        right:4% !important;
        top:145px !important;
        opacity:.46;
        background-size:contain !important;
        background-position:center bottom !important;
    }
}
