<div class="b-video">
<video class="viedeo__file"preload="auto" autoplay="true" loop="loop" muted="muted" volume="0" poster="img/slide.png" id="video">
<source src="http://site.ru/video/1.mp4" type="video/mp4" id="source-video">
</video>
</div>
<style>
.b-video {
width: 100%;
min-height: 600px;
height: 100vh;
position: relative;
overflow: hidden;
z-index: 1;
}
.viedeo__file{
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
</style>