.header-row {
  height: 75vh !important;
  min-height: 75vh !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.vc_row.header-row {
  height: 75vh !important;
  min-height: 75vh !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.vc_row.header-row {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 75vh !important;
  min-height: 75vh !important;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}