.modal-video{background:rgba(var(--color-foreground),.2);box-sizing:border-box;height:100%;left:0;margin:0 auto;opacity:0;overflow:auto;position:fixed;top:0;visibility:hidden;width:100%;z-index:-1}.modal-video[open]{opacity:1;visibility:visible;z-index:101}.modal-video__content{height:100%;margin:0;overflow:auto;padding:0;position:absolute;width:100%}.modal-video__content,.modal-video__toggle{background-color:rgb(var(--color-background))}.modal-video__toggle{align-items:center;border:1px solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);cursor:pointer;display:flex;justify-content:center;margin:0 0 0 auto;padding:.75rem;position:fixed;right:5px;top:20px;width:2.5rem;z-index:2}@media screen and (min-width:750px){.modal-video__toggle{right:3rem;top:2.1875rem}}@media screen and (min-width:990px){.modal-video__toggle{right:43px;top:1.875rem}}.modal-video__toggle .icon{height:auto;margin:0;width:1.375rem}.modal-video__content-info{height:calc(100% - 6rem);margin:0 auto;padding-top:5rem;width:calc(100% - .625rem)}@media screen and (min-width:750px){.modal-video__content-info{height:calc(100% - 4.6875rem);padding-top:9.5rem;width:calc(100% - 6rem)}}@media screen and (min-width:990px){.modal-video__content-info{height:calc(100% - 7rem);padding-top:5.625rem;width:calc(100% - 5.375rem)}}.modal-video__video,.modal-video__video iframe{height:100%;width:100%}.modal-video__video iframe{border:0;position:static}