/* *****CHAMP DROPZONE***** */
.dropzone {
  border: 1px solid #6F359E !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background-image: url("../img/fileUpload-empty.png") !important;
  padding: 0px !important;
  margin:0px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%  !important;
  height: 0  !important;
  padding-top: 43.05% !important; /* (img-height / img-width * container-width) */
                /* ((260 / 604) * 100) */
}