*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;background:#fff}#app{display:grid;place-items:center}.loader{width:32px;height:32px;border:3px solid #ededed;border-top-color:#777;border-radius:50%;animation:r .75s linear infinite}@keyframes r{to{transform:rotate(360deg)}}video{display:block;width:100%;height:100%;background:#000;object-fit:contain}
