.video-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
video {
    width: 100%; /* O el ancho que desees para tu banner */
    height: auto;
}
