.stream .hero{
    min-height: 100vh !important;
}
.stream .hero .container .white_bg {
    padding: 2em;
}

.stream .hero .container .white_bg h2 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}

.stream  .video {
    position: relative;
    width: 100%;
    max-width: 1024px; /* Ancho máximo */
    margin: 50px auto; /* Centra el contenedor */
    aspect-ratio: 16 / 9; /* Relación de aspecto 16:9 */
}

.stream  .video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}