.video-block{
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 800px;
    overflow: hidden;
}
.video-block__sources{
    width: 100%;
}

@media screen and (max-width: 1199px){
   .video-block{
       display: none;
   }
}