<style type="text/css">
/* Estilo para hacer que el reproductor de Twitch sea responsivo */
.twitch-embed-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporción 16:9 (620/378) */
    height: 0;
}

.twitch-embed-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}</style>