.row.MultiPostImages img {
    cursor: pointer;
}

.customModal {

}
.customModal.makeStyle
{
    top: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    background:  #000000e8;
    position: fixed;
    z-index: 100000;
}
.Showimage {
    position: absolute;
    width: 60%;
    background: #fff;
    right: 20%;
    min-height: 300px;
    top: 20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.postImageList img {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
}
.MultiPostImages .MoreimagePlace {
    padding: 5px !important;
}
.MultiPostImages {
    
        padding: 0 !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.postImageList {
    opacity: 0.8;
    border: 1px solid #e8e8e8;

}