#i2i-lightbox{display:none;position:fixed;width:100%;height:100%;top:0;left:0;transition:opacity .2s ease}#i2i-lightbox.small{top:100%}#i2i-lightbox.open{display:block;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#i2i-lightbox-background{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.75)}#i2i-lightbox-modal{position:absolute;padding:2em;right:50%;bottom:50%;transform:translate(50%,50%);background:#fff;border-radius:5px;width:90%;height:90%;max-width:calc(100vw - 3.5em);max-height:calc(100vh - 3.5em);transition:all .2s ease}#i2i-lightbox.small #i2i-lightbox-modal{position:fixed;right:2%;bottom:2%;transform:translate(0)}#i2i-lightbox-modal-content{border:0;width:100%;height:100%;background:#000}#i2i-lightbox-modal-close{font-family:Arial,sans-serif;color:#96368b;font-weight:700;font-size:1.5em;position:absolute;display:flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;top:0;right:0;border:.125em solid #fff;border-radius:100%;cursor:pointer}#i2i-lightbox-pip-button{display:none;width:3em;position:absolute;cursor:pointer;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;transition:all .2s ease}#i2i-lightbox-pip-button.touch{opacity:.2}#i2i-lightbox-pip-button svg{fill:#fff}#i2i-lightbox.small #i2i-lightbox-pip-button{display:block}#i2i-lightbox-modal:hover #i2i-lightbox-pip-button{opacity:1}
/*# sourceMappingURL=player-modal.css.map*/