/* line 1, ../sass/styles.scss */
.video-background {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 8, ../sass/styles.scss */
.content-video {
  display: flex;
  justify-content: center;
}

/* line 13, ../sass/styles.scss */
.content-video-mobile {
  display: none;
}

/* line 17, ../sass/styles.scss */
.video-background video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: auto;
  height: auto;
}

/* line 25, ../sass/styles.scss */
.content-right {
  position: absolute;
  bottom: 10%;
  color: #fff;
  z-index: 1;
  right: 5%;
  max-width: 50%;
  text-align: right !important;
}

/* line 35, ../sass/styles.scss */
.content-left {
  position: absolute;
  bottom: 10%;
  color: #fff;
  z-index: 1;
  left: 5%;
  max-width: 50%;
  text-align: left !important;
}

/* line 46, ../sass/styles.scss */
.content-center {
  position: absolute;
  bottom: 10%;
  color: #fff;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  text-align: center !important;
  max-width: 50%;
}

/* line 58, ../sass/styles.scss */
.title-content {
  color: white;
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* line 65, ../sass/styles.scss */
.subtitle-content {
  color: white;
  font-size: 16px;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  /* line 73, ../sass/styles.scss */
  .video-background video {
    height: calc(100vh - 132px);
    width: 100%;
  }

  /* line 78, ../sass/styles.scss */
  .content-video-mobile {
    display: flex;
    justify-content: center;
  }
  /* line 81, ../sass/styles.scss */
  .content-video-mobile video {
    display: block;
    width: 100%;
  }

  /* line 84, ../sass/styles.scss */
  .content-video {
    display: none;
  }

  /* line 88, ../sass/styles.scss */
  .content-left,
  .content-center,
  .content-right {
    max-width: 75% !important;
  }
}
