#modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;height:100vh;left:0;opacity:0;overflow-y:scroll;pointer-events:none;position:fixed;top:0;transition:opacity .5s ease-out;width:100vw;z-index:10}#modal>.close{background:#000;background:#fff;cursor:pointer;left:20px;padding:4px 10px;position:fixed;text-decoration:none;top:20px;z-index:2}.modalOpen #modal{opacity:1;pointer-events:all}#modal #modalContent{align-items:center;box-sizing:border-box;display:flex;flex:0 0 100%;flex-direction:column;justify-content:center;min-height:100vh}#modal #modalContent>.video{aspect-ratio:1.7/1;max-height:90%;width:70%}@media screen and (max-width:768px){#modal #modalContent>.video{width:95%}}#modal #modalContent>.video>iframe{height:100%;width:100%}#app{position:relative}#page{align-items:center;display:flex;height:80vh}#page section.error{box-sizing:border-box;color:#fff;padding:0 calc(var(--vw, 1vw)*100/40*2)}
