Hello, I need to put a video on my site like this one: link All the examples I think are full width videos, q occupy the entire screen. The code I put below leaves the video as in image 01 Iwouldlikethevideotolooklikeintheimage02low Couldsomeonegivemealittlehelp???
<divclass="box-video">
<video autoplay loop muted id="background">
<source src="{{url('templates/web/images/background/clouds.mp4')}}" type="video/mp4">
</video>
<img src="{{url('templates/web/images/logo-white.png')}}">
video{
height: auto;
margin-top: -50px;
width: 100%;
z-index: -1;
}