1. Identify the viewport height in pixels.
2. Multiply the vh value by 1% of the viewport height (viewport height / 100).
Example: For a 800px viewport height, 5vh * (800 / 100) = 40px.
Pixel results are based on the current viewport height of 0px and may vary on different devices.