.twitch-feed {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    position: relative;
    height: 0;
    padding-bottom: 720px;
    overflow: hidden;
    border-radius: 10px;
}

.twitch-feed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 8px;
}

/* -----Responsive----- */
@media (max-width: 1444px) {
    .twitch-feed {
        max-width: calc(100% - 4em);
        padding-bottom: calc(50% - 1em);
    }
}

@media (min-width: 720px) {

}