*{margin:0;padding:0;box-sizing:border-box}body{background-color:#101825;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem}.container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.video-wrapper{width:100%;max-width:100%;max-height:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;overflow:hidden}@media screen and (min-width: 48rem){.video-wrapper{width:100%;max-width:calc(100vh - 2rem);aspect-ratio:1/1}}video{width:100%;height:100%;object-fit:cover;pointer-events:none}
