.watch-panel { margin: 0 auto; display: flex; width: 95vw; margin-bottom: var(--size-128); #twitch-embed { flex: 4; iframe { width: 100%; height: 100%; } } .discord-chat { flex: 1; iframe { width: 100%; } } @include touch { flex-direction: column; #twitch-embed { height: 80vh; } } }