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