.hero {
  min-height: 50vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .hero-content {
  color: white;
  margin: 0 auto;
  z-index: 1;
}
.hero .hero-content h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
.hero .hero-content p {
  font-size: 1.25rem;
  font-weight: 500;
}
.hero .hero-content img {
  margin: 0;
}
.hero.image, .hero.video {
  padding: 0;
  min-height: 0;
}
.hero.image img, .hero.video img {
  width: 100%;
}
.hero.image video, .hero.video video {
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  transform: none;
}
.hero .hero-container {
  align-items: center;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 5.625rem;
}
.hero .hero-container h1 {
  font-size: 2rem;
  hyphens: auto;
  hyphenate-limit-chars: 9 5 5;
}
@media (max-width: 1023px) {
  .hero .hero-container {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}
@media (max-width: 639px) {
  .hero .hero-container h1 {
    font-size: 1.5rem;
  }
}
.hero-v2 {
  outline: 3px dashed #22c55e;
  background-color: rgba(34, 197, 94, 0.06) !important;
}
/*# sourceMappingURL=https://kingi.fi/wp-content/build/scss_library/f43e228c8f9acec5066911cd65d386db2a106557.css.map */