.dropzone{
box-shadow: 0px 2px 20px 0px #f2f2f2;
border-radius: 10px;
text-align: center;
min-width:100%;
background-color: #fbfdff;
border: 1px dashed #c0ccda;
padding:20px;
margin-bottom: 15px;
cursor:pointer;
}
.dropzone .dz-preview .dz-image {
width: 92px;
height: 92px;
}
.dropzone .dz-preview {
margin:5px;
}

.dropzone .dz-preview .dz-remove {
padding-top:5px;
font-size: 18px;
text-align: center;
display: block;
cursor: pointer;
border: none; 
}
.dropzone .dz-preview .dz-remove:hover {
text-decoration: underline; 
cursor: pointer;
color:red;
}

.dropzone-previews {
text-align: center;
}

.img-wrap {
position: relative;
display: inline-block;
box-shadow: 0px 2px 20px 0px #f2f2f2;
border-radius: 10px;
border: 1px dashed #c0ccda;
font-size: 0;
}
.img-wrap .close {
position: absolute;
top: 2px;
right: 2px;
z-index: 100;
background-color: #FF0000;
padding: 5px 2px 2px;
color: #fff;
font-weight: bold;
cursor: pointer;
opacity: .5;
text-align: center;
font-size: 22px;
line-height: 10px;
border-radius: 50%;
}
.img-wrap:hover .close {
opacity: 1;
}