:root { color-scheme: dark light; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } body { margin: 0 auto; } main { max-width: 300px; } .episodio { display: flex; justify-content: center; gap: 12px; padding: 12px; } @media only screen and (max-width: 600px) { .episodio { flex-direction: column; } } .episodio-video-iframe { aspect-ratio: 16 / 9; width: 100%; }