Hi, I have some problem understanding how images scale.
What I want is some images on a page to never go over 100vh.
So my thought was to make a div max 100vh and then put two images inside the div. But they don’t care about the div 
Then makeing images max 100vw and max 100vh doesn’t work because they then get distorted.
What am I not understanding?
Here is my public share link: LINK
(how to access public share link)