.modal-video{height:100%;overflow:auto;position:fixed;opacity:0;visibility:hidden;top:0;box-sizing:border-box;margin:0 auto;left:0;width:100%;z-index:-1}.modal-video[open]{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:1;visibility:visible;background-color:#383a3c1a;z-index:101}.modal-video__content{height:100%;overflow:auto;padding:0;position:absolute;margin:0;align-items:center;width:100%;display:flex}.modal-video__toggle{padding:1.2rem;justify-content:center;border:.1rem solid rgba(var(--color-foreground),.1);right:2.2rem;color:rgba(var(--color-foreground),.55);position:fixed;top:2.2rem;background-color:rgb(var(--color-background));margin:0 0 0 auto;align-items:center;border-radius:50%;cursor:pointer;width:4rem;display:flex;z-index:2}.modal-video__toggle .icon{height:auto;margin:0;width:2.2rem}.modal-video__content-info{height:calc(100% - 16.6rem);padding:0;max-width:1300px;max-height:calc(min(100vw - 18.6rem,1280px)/16*9 + 2rem);background-color:rgb(var(--color-background));margin:8.3rem auto;box-shadow:0 .4rem .5rem #38443c1a;border-radius:20px;cursor:auto;width:calc(100% - 16.6rem)}.modal-video__content-info .modal-video__video{overflow:hidden;border:1rem solid rgb(var(--color-background));border-radius:20px}@media screen and (max-width:749px){.modal-video__content-info{max-height:calc(50.625vw + .875rem);width:90vw}.modal-video__content-info .modal-video__video{border-width:1rem}}.modal-video__video,.modal-video__video iframe{height:100%;width:100%}.modal-video__video iframe{border:0;position:static}