 @media (min-width:768px){
    div.ratio-wrapper {
        margin: auto;
        aspect-ratio: 9/16;
        width: 21vw;
    }
}
