vw/vh size elements to be relative to the size of the viewport.
1 unit = 1/100th the width/height of the viewport.
Can be used for FONTS!

vh / vw
#img1 { height:55vh; width: 55vw; }

% / %
#img2 { height:55%; width: 55%; }