1. Identify the larger of viewport width or height in pixels.
2. Multiply the vmax value by 1% of the larger viewport dimension.
Example: For a 800x600px viewport, 5vmax * (800 / 100) = 40px.
Pixel results are based on the current maximum viewport dimension of 0px.