.video-container {
    max-width: 100%;
    text-align: center;
}

.video-container iframe {
    width: 80%;
    height: 400px;
    border-radius: 10px;
}
