#lucie-health-popup {
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.8);

    justify-content: center;
    align-items: center;
}

#lucie-health-popup.active {
    display: flex;
}

#lucie-health-popup .lucie-health-popup-content {
    max-width: 90%;
    max-height: 90%;
}

#lucie-health-popup img {
    width: 100%;
    height: auto;
    display: block;
}