.limiric-embed {
    display: flex;
    justify-content: stretch;
    align-items: center;
}
.limiric-col > .limiric-embed {
    flex-direction: column;
    height: 100%;
}
.limiric-row > .limiric-embed {
    flex-direction: row;
    width: 100%;
}
.limiric-embed > * {
    display: block;
}
.limiric-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 2.5%;
    top: 2.5%;
    width: 95%;
    height: 95%;
    overflow: auto;
    background-color: rgba( 0, 0, 0, 0.2);
}
.limiric-modal > .limiric-viewer {
}
.limiric-modal > .limiric-chute {
}
.limiric-lightbox > .limiric-modal > .limiric-viewer {
}
.limiric-lightbox > .limiric-modal >.limiric-chute {
}
.limiric-nomodal > .limiric-modal {
    display: none !important;
}
.limiric-embed .limiric-ai {
    display: block;
    max-width: initial;
    max-height: initial;
    flex-basis: 0;
    min-width: 30px;
    min-height: 30px;
}
