.teams-page-twitch-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 75%;
    max-width: 1400px;
    background: #000;
    z-index: 10;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--c-surface-alt);
}

.teams-page-twitch-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}