.single-page-section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .single-page-section {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.single-page-section .section-headline {
  position: absolute;
}
@media (max-width: 991.98px) {
  .single-page-section .section-headline {
    position: relative;
    width: 100% !important;
    left: unset !important;
    top: unset !important;
    margin: 1rem !important;
    padding: 1rem;
    text-align: center;
    order: 1;
  }
}
.single-page-section .section-content {
  font-size: 1.5rem;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1333333333);
  border: 30px solid rgba(255, 255, 255, 0);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.single-page-section .section-content::-webkit-scrollbar {
  display: none;
}
.single-page-section .section-content p {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .single-page-section .section-content {
    margin: 0 !important;
    width: 100% !important;
    justify-self: end;
    height: 50vh !important;
    order: 3;
  }
  .single-page-section .section-content span {
    font-size: 1.4rem !important;
  }
}
.single-page-section.full-screen-section {
  width: 100vw;
  height: 100vh !important;
  background-size: cover;
  background-position: center center;
}

.ss-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.ss-background-image {
  background-size: cover;
  background-position: center;
}

.video-wrapper {
  position: absolute;
}
@media (max-width: 991.98px) {
  .video-wrapper {
    position: relative;
    width: 100% !important;
    left: unset !important;
    top: unset !important;
    order: 2;
  }
}
.video-wrapper .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-wrapper .video-container video, .video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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