.imce-filefield-parent input.form-file[type="file"]{
  display: none !important;
}

/* Hide file input field from edit location form. */
.form-managed-file input[data-drupal-selector|="edit-field-location-image"][type="file"] {
  display: none;
}

.field--name-field-location-view {
  display: none;
}
