.sectionPrev-video-content {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.sectionPrev-video-content__video {
  width: 100%;
  height: auto;
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
}
.sectionPrev-video-content__video source {
  width: 100%;
  height: 100%;
}
.sectionPrev-video-content__slider {
  display: none;
  width: 100%;
  height: 94vh;
  background: transparent;
}
.sectionPrev-video-content__description {
  max-width: 1170px;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 1s ease 0.4s;
}
.sectionPrev-video-content__description h1 {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}
.sectionPrev-video-content__description p {
  color: #fff;
  font-weight: inherit;
  font-size: 24px;
  line-height: 1.5;
}
.sectionPrev-video-content__description.active {
  transform: translateX(-50%);
  opacity: 1;
}
.sectionPrev-video-content::after {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(12, 21, 36, 0.18) 75%, rgba(12, 21, 36, 0.3) 100%);
}

@media screen and (max-width: 758px) {
  .sectionPrev-video-content__video {
    display: none;
  }
  .sectionPrev-video-content__slider {
    display: block;
  }
}

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