.imageModal .modal-content {
    background: transparent;
}
.imageModal picture {
    display: block;
    width: 100%;
    height: 100%;
}
.imageModal picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgmodal-swipper picture {
    display: block;
}
.imgmodal-swipper picture img {
    width: 100%;
}