/* Gallery lightbox modal — image size fix */

#myModal.modal {
    padding-top: 20px;
}

#myModal .modal-content {
    max-width: 860px;
}

#myModal .modal-content img {
    max-height: calc(100vh - 120px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

#myModal .mySlides {
    margin-top: 1rem;
}
