.sectionweb2{
    height:100vh;
    width:100vw;
   
}


.wrapper2{
    height:100vh;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
   align-items: center;
   
}




.sectionweb2 .wrapper2 .vid{
    
    width:600px;
    height:400px;
    border:5px solid black;
    border-radius: 30px;
    transition-property: all;
    transition-duration:0.5s;
    transition-timing-function: ease-in-out;
    
}
.sectionweb2 .wrapper2 .vid:hover{
 transform: scale(1.02)
}

