
@media(min-width: 0px) {
.image-gallery.modal {
    max-height: 100vh;
    max-width: 100vw;
}

.image-gallery .modal-dialog {
    max-width: 100vw;
    max-height: 100vh;
}

.image-gallery .modal-content {
    height: 100vh;
}

.image-gallery .modal-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
}

.image-gallery .modal-body img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.image-gallery .modal-footer {
    flex-direction: column;
    align-items: end;
}

.image-gallery .modal-footer h1 {
    font-size: var(--font-size-20);
    line-height: unset;
}

}
@media(min-width: 576px) {}
@media(min-width: 768px) {

    .image-gallery.modal {
    max-height: 100vh;
    max-width: 100vw;
}

.image-gallery .modal-dialog {
    max-width: 90vw;
    max-height: 90vh;
}

.image-gallery .modal-content {
    height: 90vh;
}

.image-gallery .modal-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
}

.image-gallery .modal-body img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.image-gallery .modal-footer {
    flex-direction: column;
    align-items: end;
}

.image-gallery .modal-footer h1 {
    font-size: var(--font-size-20);
    line-height: unset;
}

}
@media(min-width: 992px) {

}
@media(min-width: 1200px) {
}


@media(min-width: 1400px) {


}
@media(min-width: 1920px) {}
