:root {
  --navbar-height: 0px;
}

.wrapper-bgvideo {
  object-fit: cover;
  margin-top: calc(-1 * var(--navbar-height)) !important;
}

.bgvideo {
  max-height: 100vh;
  min-height: 100vh;
  object-fit: cover;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .bgvideo {
    min-height: 50vh;
  }
}

.bgvideo-title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: flex;
  flex-direction: column;
}

.bgvideo-title-text-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.bgvideo-title {
  display: flex;
  flex-direction: column;
}
.bgvideo-title h1, .bgvideo-title h2 {
  margin: 0px;
}
.bgvideo-title h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: calc(2 * (1vw + 1vh + 0.5vmin));
}
@media (max-width: 900px) {
  .bgvideo-title h1 {
    font-size: calc(1.75 * (1vw + 1vh + 0.5vmin));
  }
}
.bgvideo-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: calc(1.5 * (1vw + 1vh + 0.5vmin));
  line-height: 1.2em;
  text-align: center;
  margin-top: 20px;
  border-bottom: none;
}
@media (max-width: 900px) {
  .bgvideo-title h2 {
    font-size: calc(1.25 * (1vw + 1vh + 0.5vmin));
  }
}

.video-scroll-button-container {
  position: absolute;
  bottom: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 900px) {
  .video-scroll-button-container {
    display: none;
  }
}

.video-scroll-button {
  color: white;
  opacity: 0.7;
  font-size: clamp(30px, 1.7 * (1vw + 1vh + 0.5vmin), 45px);
  margin-top: -20px;
}
@media (max-height: 500px) {
  .video-scroll-button {
    display: none;
  }
}

.title-bar {
  width: 100%;
  height: 7px;
  background-color: var(--primary);
  border-radius: 5px;
}

.bgvideo::-webkit-media-controls {
  display: none !important;
}

.bgvideo::-webkit-media-controls-enclosure {
  display: none !important;
}

.bgvideo::-webkit-media-controls-panel {
  display: none !important;
}

.bgvideo::-webkit-media-controls-play-button {
  display: none !important;
}

.bgvideo::-webkit-media-controls-timeline {
  display: none !important;
}

.bgvideo::-webkit-media-controls-current-time-display {
  display: none !important;
}

.bgvideo::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

.bgvideo::-webkit-media-controls-mute-button {
  display: none !important;
}

.bgvideo::-webkit-media-controls-volume-slider {
  display: none !important;
}

.bgvideo::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

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