.dropzone {
    min-height: 115px;
    border: 1px solid #f7f7f7;
    padding: 5px 5px;
    border-radius: 2px;
    background: #f7f7f7;
}
.dropzone .dz-preview {
    width:90px;
    margin: auto;
}
.dropzone .dz-preview .dz-image {
    width:100px;
    height:100px;
    border-radius: 2px;
}

.dropzone .dz-message {
    margin: 3em 0;
}
.dropzone .dz-preview .dz-details{
    height:90px;
}
.dropzone .dz-preview .dz-remove {
    margin-top: 5px;
}
.dz-button {
    border: none;
    background-color: #f7f7f7;
}
