/* Fullscreen video */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero__video {
  position: absolute;
  inset: 0;
}

.hero__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Your custom text styling (EDIT THESE freely) */
.hero__title {
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero__subtitle {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
}