.section--hero {
  position: relative;
  z-index: 3 !important;
  height: 100vh;
  min-height: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section--hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.section--hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.section--hero .container {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=hero.css.map */
