.video-wrapper { padding: 20px; } 
.video-row { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; } 
.video-container { flex: 1; max-width: 560px; } 
.video-container iframe { width: 100%; aspect-ratio: 16/9; } 
@media screen and (max-width: 768px) { 
.video-row { flex-direction: column; align-items: center; }  
.video-container { width: 100%; margin-bottom: 20px; } }