#images-popup .modal-dialog {
    max-width: 800px;
}

#images-popup .carousel-img {
    max-height: 60vh;
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

#images-popup .owl-carousel {
    height: auto;
    min-height: 200px;
}

#images-popup .owl-stage {
    display: flex;
    align-items: center;
}

#images-popup .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

#images-popup .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}