Some users are seeing a black screen glitch on some of the subpagesthe background video jump to full screen on mobile. For example /build, /roadmap, /get-ecash causing bad UX and sometimes a blank screen effect.
I believe its related to the background video trying to play at full screenFor example on /build, /roadmap, /get-ecash
It seems to be unique to iOS safari which has an autoplay fullscreen feature in it apparently
Even setting the video to display none the issue persisted, so opting to conditionally render the video based on screen size and show a still frame on mobile
The video playback speed is a relic of the stealthmode theme, but will need to test with the previewand the ref was causing some issues here when conditionally rendering so also taking that out here