/* Video Slider */

/* Video Slider hast do be a full width slider
  The Video will be displayed in the center as container contain
    The video will be displayed in the center of the container

 */
.video-wrap {
  position: relative;
  padding-bottom: 43%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}


.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.mod-scriptincluder-videoslider-item{
  padding-left:3px;
}
.mod-scriptincluder-videoslider-headline{
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 20px;
    color: var(--primary);
}
.mod-scriptincluder-videoslider-text{
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 20px;
}

@media(max-width: 768.98px){
    .mod-scriptincluder-videoslider-item{
        padding-left:15px;
        padding-right:15px;
    }
}

/*# sourceMappingURL=landing-slider.css.map */