.light-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 99999;
    display: none;
}

.light-flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light-image {
    max-width: 90%;
    max-height: 90%;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,.6);
}

.light-close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #FFF;
    font-size: 35px;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial;
}
