/* Styles for the stream portion */
.twitch .twitch-embed-stream {
    padding-top: 56.25%;
    position: relative;
    height: 0;
}

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

/* Styles for the chat portion */
.twitch .twitch-embed-chat {
    height: 400px;
}

.twitch .twitch-embed-chat iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 850px) {
    .twitch {
        position: relative;
    }

    .twitch .twitch-embed-stream {
        width: 75%;
        padding-top: 42.1875%;
    }

    .twitch .twitch-embed-chat {
        width: 25%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
}