.video-hero{
  height: 95vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: none;
  overflow: hidden;
}

.video-hero__title{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 36px;
  font-weight: bold;
}

.video-hero__title-doodle{
  display: flex;
  align-items: center;
  background-image: url(https://static-media.fluxio.cloud/bga/Fs6XC511_1.webp) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125%;
  height: 100%;
}

.video-hero__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-hero__video video{
  filter: brightness(70%);  
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
}
}