calc with viewport units

by danield770

HTML

<div></div>

CSS

div
{
    height: calc(100vh - 75vw);
    background: pink;
}