Thank you for your quick reply guys.
Well as I have set up the background to be transparent, now it is not visible at all on mobile or desktop :). I can change it back to a gray color and delete the custom CSS.
A kind question, do you have any way to test if your video background works on mobile chrome? If not I will change it to grey again, so it is visible.
Thank you very much,
SaVe
So I have found out that the css structure has changed. Previously I used:
.vidbg-container {
}
body {background: rgba(0, 0, 0, 0) !important;}
Now I needed to change it to following:
.vidbg-container {background-color: rgba(0, 0, 0, 0) !important;}
I still have the issue, that the video is not shown on mobile chrome browser. I have flushed the cache of the server, same issue. Any idea?
Thank you in advance