When scrolling multiple images by screens, the rightmost image might be partially visible based on how wide the browser window is.
If tolerance is set to 90%, the image won't show up in the next screen on nextScreen() if 91% of the image is visible.
(Not sure if I should do % or px or both?)