.dropzone {
    border: 1px solid #ACACAC !important;
    /*#f5f5f5*/
    min-height: auto !important;
    padding: 0 !important;
}

.dropzone .dz-message .dz-button {
    color: #ACACAC;
}

img[data-dz-thumbnail] {
    width: 120px;
    height: 120px;
}

.dropzone .dz-preview .dz-image {
    background-image: url(../images/placeholder.png);
    background-position: center center;
    background-repeat: no-repeat;
}
