Video Background for mobile devices

Try this custom code:

<style>
   .w-background-video > video {
       width: 100%;
   }
</style>

> “Child Selector” - Selects all <video> elements where the parent is a <div class="w-background-video"> element

Related: