#image_modal .modal-dialog {
    margin: auto auto;
    margin-top: 1.5%;
    width: fit-content;
    height: 93%;
    box-shadow: none;
    text-align: center;
}

#image_modal .modal-content, #image_modal .modal-body {
    margin: auto auto;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: 0;
    width: fit-content;
}

#image_modal .modal_img {
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.7);
}

@media (max-aspect-ratio: 16/9) {
    #image_modal .modal-dialog { 
        width: 93%;
        height: fit-content;
    }
    #image_modal .modal_img {
        width: 100%;
        height: fit-content;
    }
    
    #image_modal .modal_img {
        width: 100%;
        height: auto;
    }
}

#image_modal .image_close {
    position: absolute;
    bottom: 30px;
    right: 30px;
    min-width: 150px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    color: white;
}

.mobile-image {
    margin: 10px 0;
}

.img-responsive {
    display: inline-block;
}

.thumbnail {
    text-align: center;
}

.thumbnail:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}