:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;padding:0;margin:0}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:center;align-items:center}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.posters{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh}.item{max-width:600px;width:100%;overflow:hidden}.item video{display:block;width:100%;height:auto;max-height:calc(100vh - 31px);outline:2px solid white;outline-offset:-1px;background-color:transparent;object-fit:contain;margin:0;padding:0}@media (min-width:768px){.posters{width:-moz-fit-content;width:fit-content;flex-direction:row;justify-content:center;align-items:center}.item{max-width:98vw}}