#lpt-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

#lpt-overlay.active {
    display: flex;
}

#lpt-video {
    width: 240px;
    max-width: 70vw;
    height: auto;
}
