.cf7dropzone {
    border: 2px dashed rgba(0,0,0,0.3);
    background: white;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    cursor: pointer;
}
.cf7dropzone .upload{
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 2rem;
}
.cf7dropzone .upload img{
    width: 60px;
    display: inline;
}
.cf7dropzone .dz-preview img{
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    float: left;
    margin: 10px;
    background: #eee;
}

.cf7dropzone .dz-preview.dz-image-preview,
.cf7dropzone .dz-preview.dz-file-preview{
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}
.cf7dropzone a.dz-remove{
    color: transparent;
    float: right;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    background: url(../img/delete-black.png);
    background-size: contain;
    border: none;
}
.cf7dropzone a.dz-remove:hover{
	background: url(../img/delete.png);
	background-size: contain;
}
.cf7dropzone .dz-col-2{
    float: left;
    padding: 15px;
    max-width: 60%;
}
.cf7dropzone .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.cf7dropzone .dz-filename{
    display: inline-block;
    white-space: nowrap;
}
.cf7dropzone .dz-error-message{
	color: #ee3e36;
}
.dz-error-message span{
    font-size: 16px;
}
span.cf7drop{ display: contents;; }

@media only screen and (max-width: 769px) {
    .cf7dropzone .dz-preview img{
    	width: 60px;
    	height: 60px;
    }
    .cf7dropzone a.dz-remove{
    	margin-top: 15px;
    }
}
