/* ==========================================
   LEILOPIA PLAYER OVERLAY
   ========================================== */

.leilopia-player-overlay {
    position: fixed;

    inset: 0;

    display: none;

    width: 100%;
    height: 100%;

    z-index: 99999;

    background: #000;
}


.leilopia-player-overlay.active {
    display: block;
}


#leilopiaPlayerFrame {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;

    background: #000;
}
.leilopia-player-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 99999;
    background: #000;
}

.leilopia-player-overlay.active {
    display: block;
}

#leilopiaPlayerFrame {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    border: 0;
}