/* Modal content box */

.image-modal .modal-box {
    position: relative;

    background-color: #fff;

    padding: 20px;

    max-width: 950px;
    width: 100%;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

/* Modal image */

.image-modal .modal-box img {
    max-width: 100%;
    max-height: 90vh;

    border-radius: 6px;
}
