.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.9);
    text-align: center;
    /*z-index: 9999;*/
}

#lb-img-content {
    /*position: fixed;
    left: 50%;
    top: 50%;
    width: 534px;
    height: 534px;
    padding: 0;
    margin-left: -461px;
    margin-top: -201px;
    background: rgba(255, 255, 255, 0);
    z-index: 10000;
    text-align: center;*/
    position: fixed;
    top: 10%;
    width: 100%;
    height: auto;
    text-align: center;
}

.lb-pix {
    /*max-width: 922px;
    max-height: 700px;*/
    max-width: 700px;
    max-height: 498px;
}

@media(min-width:1800px) {
    .lb-pix {
        max-width: 922px;
        max-height: 700px;
    }
}

@media(min-width:1900px) {
    .lb-pix {
        max-width: 1000px;
        max-height: 782px;
    }
}

.lb-pix-event {
    max-width: 800px;
    max-height: 578px;
}

@media (max-width: 1000px) {
    .lb-pix {
        max-width: 600px;
        max-height: 398px;
    }
}
