video {display: block; max-width: 100%; height: auto; max-height: 80vh; margin:auto; }
	
.video-container { display: flex; justify-content: center; align-items: center; overflow: hidden;}
.video-container video {max-width: 100%; max-height: 80vh;}
.fade-in {opacity: 0; transform: translateY(30px);transition: opacity 1s ease-out, transform 1s ease-out;}
.fade-in.visible {opacity: 1; transform: translateY(0);}

.video-article {max-width: 70%; height: auto;}

