We have what appears to be the latest version (2.5.53), but the video doesn’t work on Chrome for Android. One thing i found: When I run Chrome on desktop in “emulator mode”, emulating a smart phone, the <video> element is actually not present on the page (there’s only the .video-overlay div inside .video-wrap). So it looks like there’s some piece of JavaScript that either removes or doesn’t add the <video> element on Android devices? (the video works on iPhone)
I have solved it temporarily by adding the video via raw html (so my device does infact support autoplay videos).