.cropme-container {
    max-width: 100%
}

#imgModal-cropme {
    direction: ltr;
}

#cropped-img-wrp {
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cropped-img {
    max-height: 90%;
    border: 2px solid white;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}
.img-wrap {
    position: relative;
    float:left;
    width:120px!important;
    height:130px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    border-radius:5px;
}
.img-wrap #clear {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    width:20px!important;
}

.hide{
    display:none;
}