.techboi-hero {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  min-height: 80vh;
}

.techboi-hero-center {
  text-align: center;
}

.techboi-hero-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.42);
}

.techboi-hero-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.techboi-hero-video video {
  object-fit: cover;
}

.techboi-hero-content {
  position: relative;
  z-index: 3;
  padding: 24vh 0;
}

.techboi-hero-text p {
}