.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
.lightbox-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80vh;
}
.lightbox-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.gallery {
    padding: 0px 0 30px;
}
.gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    cursor: pointer;
}
