.nom-wizard-container {
  max-width: 1200px !important;
}

.nom-wizard-container .input-fields label {
  margin-bottom: 6px !important;
}

.select-members-header .header-image, .awards-container .header-image, .submit-nomination .header-image {
  height: auto !important;
}

.select-members-header .header-image, .awards-container .header-image, .submit-nomination .header-image {
  background-size: contain !important;
  margin-bottom: 24px !important;
  margin-top: 16px !important;
  background-repeat: no-repeat !important;
  border-radius: 6px;
  aspect-ratio: 16 / 4.16 !important;
  width: 100% !important;
}

@container (max-width: 768px) {
  .select-members-header .header-image {
    height: auto !important;
  }
}