body{
  width: 100%;
  height: 100%;
  background-image: url(fondo1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contener{
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
}
.vid{
  width: 400px;
  height: 600px;
   border: 1px whitesmoke solid;
  border-radius: 25px;
}


video{
 
  width: 400px;
  height: 600px;
 border-radius: 25px;
object-fit: cover;
box-shadow: 0px 0px 10px 10px violet;

transition:  transform 0.3s ease;
  

}



 




