.dv-app212-desing-id-w-3243-19690101000000-a-212-20251029212241 .video-card { 
	display: flex;
    flex-direction: column;
    align-items: center;
	max-height:650px;
	overflow: hidden; 
} 

.dv-app212-desing-id-w-3243-19690101000000-a-212-20251029212241 .video-card video {
    width: 100%;
    /*max-width: 600px;*/
    max-height: 400px; /* 👈 limita el alto del video */
    object-fit: contain; /* mantiene proporciones correctas */
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}