body { display: flex; flex-direction: column; align-items: center; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } video { max-width: calc(100vw - 1rem); width: fit-content; max-height: calc(90vh - 12rem); }