header {
  position: relative;
  z-index: 1;
}
header > .wp-block-group {
  background-color: transparent !important;
}

.homepage-hero {
  margin-bottom: -114px !important;
  position: relative;
  top: -114px;
  transition: min-height 0.5s ease-in-out;
}
@media (max-width: 640px) {
  .homepage-hero {
    min-height: 50vh !important;
  }
}
