.visual{
width:100%;
height:400px;
position:relative;
z-index: -1;
background: url(https://26.gigafile.nu/1209-b889af5d25240e6ddcf663a19ba09d664) no-repeat bottom;
background-size:cover;
text-align: center;
}
#video {
width:100%;
height:400px;
overflow:hidden;
display: flex;
position: absolute;
z-index:-1;
}
.coverTop {
width: 100%;
height:400px;
position: absolute;
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.164) 50%, rgba(0, 0, 0, 0.384) 50%);
background-size: 2px 2px;
z-index:0;
}
h2{
position: absolute;
width:100%;
top:100px;
font-size:4em;
color:#ffffff;
text-shadow: 0px 0px 10px #3d3d3d;
}