@media screen and (max-width: 1024px) {
    
body,html{
        width: 100%;
    }
    
h1 {
    bottom: 25%;
    left: 50%;
    margin-left: -300px;    
}

h2 {
    bottom: 22%;
    left: 50%;
    margin-left: -300px; 
}

h3 {
    top: 125px;
    left: 50%;
    margin-left: -148px; 
}
    
#section2 video {
    display: none;
}
    
#section2 {
    background-color: #12161b;
    background: url("img/bg_vit.jpg") no-repeat center ;     
    background-size: cover;    
    z-index: 20;
}

#s2_content {
   height: 400px;
}
    
.infos {
    margin-left: -126px;
    top: 175px;
}
    


@media screen and (max-width: 768px) {
}
    