.hero-container {
  width: 100%;
  height: 100dvh;

  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.hero-container .overlay h1 {
  font-size: 50px;
  margin: 0;

  /* Text Stroke */
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: black;
}

.container {
  width: 100%;
  min-height: 100dvh;
}