.filediv {
  float:left;  
}

.img-wraps {
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 0;
    float: left;
    width: 108px;
    height: 82px;
    margin: 0px;
}

.img-wraps img {
    border: 2px solid #ccc !important;
    //box-shadow: 1px 3px 5px #999;
    width: 108px;
    height: 82px;
}
.img-wraps .closes {
    position: absolute;
        top: -3px;
    right: 0px;
    z-index: 100;
    background-color: #dc3545;
    padding: 4px 3px;
    
    color: #000;
    font-weight: bold;
    cursor: pointer;
   
    text-align: center;
    font-size: 13px;
    line-height: 7px;
    border-radius: 50%;
    border:1px solid red;
}
.img-wraps:hover .closes {
    opacity: 1;
}


.image-upload-btn {
    background: #fff url(../images/add.png) no-repeat center;
    border: 1px solid #ccc ;
    color: #fff;
    cursor: pointer;
    display: inline-table;
    float: left;
    padding: 0px 0px 0px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 95px;
    height: 83px;
    margin-top: 5px;
    margin-left: 8px;
}
.image-upload-file {
    cursor: pointer;
    left: 0;
    opacity: 0;
    /* position: absolute; */
    top: 0;
    z-index: 100;
    height: 82px;
    width: 91px;
}