.image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Style for the image inside the popup */
.image-responsive {
    max-width: 100svw;
    max-height: 100svh;
    margin: auto;
}

/* Style for the image inside the popup */
.image-responsive2 {
    max-width: calc(100svw - 2.5rem*2);
    max-height: calc(100svh - 2.5rem*2);
    margin: auto;
}