.modal-iframe{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9996}.modal-iframe__backdrop{background:rgba(0,0,0,.9);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.modal-iframe__content{background:#101326;flex-direction:column;height:100%;margin:0 auto;min-height:100%;padding:1rem;position:relative;width:100%;z-index:2}.modal-iframe__close,.modal-iframe__content{align-items:center;display:flex;justify-content:center}.modal-iframe__close{background:rgba(0,0,0,.5);border:2px solid #fff;border-radius:50%;cursor:pointer;height:40px;position:absolute;right:2rem;top:2rem;transition:transform .2s,background .2s;width:40px;z-index:10}.modal-iframe__close:hover{background:rgba(0,0,0,.8);transform:rotate(90deg)}.modal-iframe__wrapper{align-items:center;background:#000;border-radius:8px;display:flex;justify-content:center}.modal-iframe__frame,.modal-iframe__wrapper{height:100%;overflow:hidden;position:relative}.modal-iframe__frame{aspect-ratio:4/2}@media (min-width:992px){.modal-iframe__content{padding:2rem}.modal-iframe__close{height:56px;right:5rem;top:5rem;width:56px}}