.video-custom-scroll {
  position: relative;
}
.video-custom-scroll .video-section__title-wrapper{
  opacity: var(--custom-title-opacity, 0);
}
.video-custom-scroll.video-custom-text {
  flex-direction: column;
}

.video-custom-scroll-container {
  background-color: rgb(20, 20, 20);
}
.video-custom-scroll-section {
  height: calc(100vh + 400px);
  width: 100%;
}
.video-custom-scroll .video-custom-video {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center center;
}
.video-custom-scroll .video-section__title-wrapper{
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 10;
}
.video-custom-scroll .video-section__title-wrapper .video-custom-text-title {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 66px;
  /* font-size: 3.5vw; */
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}
.video-custom-scroll .video-section__title-wrapper .video-custom-text-title-description {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 36px;
  /* font-size: 1.9vw; */

  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.video-custom-scroll-content .video-section__media{
  height: 100%;
}
.video-custom-scroll-video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center center;
  will-change: transform;
  position: absolute;
}
.video-custom-scroll-content-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
}
.video-custom-scroll-description {
  position: relative;
  background-color: rgb(20, 20, 20);
  z-index: 10;
}
.video-custom-scroll-description .video-custom-text .video-section__description-wrapper .video-custom-text-description {
  margin-top: 0;
  
}
.video-custom-scroll-description-bg {
  width: 100%;
  height: 220px;
  margin-top: -220px;
  z-index: 10;
  position: relative;
}

@media (max-width: 959px) {
  .video-custom-scroll {
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
  }
  .video-custom-scroll-section {
    height: auto;
  }
  .video-custom-scroll-description-bg {
    display: none;
  }
  .video-custom-scroll-content-inner {
    position: unset;
    height: auto;
  }
  .video-custom-scroll .video-section__title-wrapper {
    position: unset;
    opacity: 1;
  }

  .video-custom-scroll .video-section__title-wrapper .video-custom-text-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
    padding-top: 70px;
  }
  .video-custom-scroll .video-section__title-wrapper .video-custom-text-title-description {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }

  .video-custom-text.video-custom-scroll  .video-section__title-wrapper .video-custom-text-title{
    text-align: center;
  }
}
