.dropzone {
    border: 2px dashed #1cbb9b;
    border-radius: 5px;
    background: #EDEDED;
    padding: 54px 54px;
    min-height: 150px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}
.dz-image img {
    width: 120px !important;
    height: 120px !important;
}