Mobile site opening to middle of page

When I open my site on mobile it is opening to about a fourth of the way down the page. The landing page is a video with the company logo over it, and then the user should scroll down to enter the rest of the page. When it opens on mobile it opens to the transition point between the video and next strip. This usually happens on the second time entering the site and every time after that. Any help? This is the link for the site:
https://mibollino.wixsite.com/website

You can try to setup your mobile editor with the mobile welcome screen as shown here.
https://support.wix.com/en/article/customizing-your-welcome-screen-on-your-mobile-site

As for the position of your mobile viewing, it should place the user at the top of the screen if you don’t have any code or anchors etc, setup to move the user somewhere else on screen when the page loads.

If you don’t have any of that then you are better suited going through Wix Support for more help with your issue as this forum is for code related issues on your site.
https://support.wix.com/en/article/contacting-wix-support

It sounds like a glitch somewhere that thinks the top of the screen is after the video when you reload the page after first viewing it, maybe simply have the landing page with the video and company logo over it as a separate page and then have the user click through to the next page rather than scrolling down.

You can use Wix Window formFactor function to do this for the mobile version only.
https://www.wix.com/corvid/reference/wix-window.html#formFactor
https://support.wix.com/en/article/corvid-writing-code-that-only-runs-on-mobile-devices

Also, check Wix Support pages about video on mobile.
https://support.wix.com/en/article/playing-video-backgrounds-on-elements-on-your-mobile-site
https://support.wix.com/en/article/request-playing-video-backgrounds-on-your-mobile-site
https://support.wix.com/en/article/setting-up-your-video-for-your-mobile-site
https://support.wix.com/en/article/autoplay-on-mobile-and-tablet-devices-5690550
https://support.wix.com/en/article/videoboxes-on-mobile

It might be something simple yet stupid where the video only plays once when loaded and any additional loading after that it doesn’t play and it is then bypassed on mobile devices with the user moved onto the start of the actual page from the strip below the video.