I have found that the source of the text that you say is oversized comes from the site's General Settings > Site Title Can you confirm that is what you see as well or are you seeing something that seems to be from another source?
Attached to this post is a screenshot of what I see when I visit your web page in Mobile Safari on an iPod Touch 6 running iOS 11.2.
The only large text on my iPod Touch is the "Call Us NOW" text and this is not connected to the gallery and its size should not be related to whether or not WP-Juicebox is active.
Here are some observations on your web page which might help to solve some problems.
(1) When I check the code on your web page with the W3C Markup Validation Service , many HTML errors are reported. A lot of these errors are likely to be related to your current theme so it might be difficult to fix them but they should be fixed. HTML errors (such as stray or missing tags) can cause layout problems and some browsers may be more tolerant towards HTML errors than others, resulting in inconsistent results across different platforms.
(2) Your Juicebox gallery's JavaScript and CSS files have been modified. At the very least, the comments have been removed from the top of the files (and the CSS file looks to have been minified). Because of this, I cannot check the versions of the files being used or their integrity. If you have any plugins installed which modify JavaScript and CSS files, I would recommend making exclusions for your gallery's 'juicebox.js' and 'theme.css' files. It would be wise to leave your gallery's 'jbcore' folder intact (especially whilst troubleshooting problems).
(3) The icons on your gallery's Button Bar and the Splash Page image in Small Screen Mode are offset. This is due to custom CSS conflicting with the gallery's own CSS. For example, in your 'style.css' file, you have the following code:
.wpb_wrapper div{border:none!important;padding:0!important;}These custom CSS rules with !important affect all div containers within the .wpb_wrapper class, including those within your gallery (which affects the layout of elements within the gallery). Juicebox has no option but to inherit such CSS rules. Please check your CSS for any custom rules which might be applied to all div, img or p tags which could potentially interfere with your gallery's layout.
I'm not sure if these notes are highlighting different problems from the large text one you quoted above but resolving them should certainly help and be a few steps in the right direction.