.twitch-player {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Ratio d'aspect 16:9 pour le lecteur Twitch (9/16 * 100) */
    margin: 0 auto; /* Centrer horizontalement */
}

.twitch-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}