#show_images_modal_content{
    width: 155%;
    margin-left: -150px;
}
#show_images_modal_body{
    height: 400px;
    overflow-y: scroll;
}
#show_list_images{
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999999;
    margin: 0px;
    height: 40px;
    color: white;
}
.edit_images{
    margin: 10px;
    width: 220px;
    height: auto;
}
#upload_image_modal{
    z-index: 9999;
}