*{
        padding: 0px;
    margin: 0px;
}
body{
    background: #0a0a0a;

}

section{
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    position: relative;

}
section:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://sasyb.com/images/YB_Signature_white.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 150% 20%;
    opacity: 0.3;
    top: 0px;
    z-index: -90;
}



h1{
    font-size: 20px;
    color: white;
    margin-left: 150px;
    text-transform: uppercase;
    font-family: sans-serif;
    padding-top: 100px;
    padding-bottom: 50px;
}
section .content{
    width: 45%;
    margin: 0px 0px 0px 150px;
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
section .content a{
    display: block;
    width:48%;
    padding-bottom: 2%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
section div a:after{
    position: absolute;
    display: block;
    background: url(/img/fond-video.png);
    background-size: 100%;
    content: "";
    width:100%;
    height: 100%;
    margin-bottom: 2%;
    top: 0px;
    opacity: 0;
    transition: ease-in-out 300ms;
}

a:hover:after{
    position: absolute;
    display: block;
    content: "";
    width:100%;
    height: 100%;
    margin-bottom: 2%;
    top: 0px;
    opacity: 1;
}
section div img{
    width: 100%;
}

.button{
    color: #fff;
    display: block;
    width: 640px;
    margin: auto;
        text-decoration: none;
    font-family: sans-serif;
    transition: ease-in-out 300ms;
    padding-top: 100px;
}
.button:hover{
    color: rgba(255, 255, 255, 0.7);
     
}

.video-js{
display: block;
margin: 50px auto 0px auto;

}

.vjs-has-started .vjs-control-bar{
    margin: 0px;
}