
Tu navegador no soporta el elemento de video.
PAGINA WEB DE EJEMPLO
.video-container {
position: relative;
width: 400px;
height: 225px;
margin: 20px auto;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
}
.background-video {
width: 100%;
height: 100%;
object-fit: cover;
filter:...
