Here is the section code I have in my page. I started of with the demo-app-landing.html The second slide shows up as just dark background. What am I doing wrong?
<section id="slider" class="slider-parallax swiper_wrapper full-screen clearfix">
<div class="swiper-container swiper-parent">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background: url('demos/app-landing/images/hero/hero2.png') center center no-repeat; background-size: cover;">
<div
style="background: url('demos/app-landing/images/hero/hero2.png') center center no-repeat; background-size: cover;">
<div class="vertical-middle" style="z-index: 2;">
<div class="container dark clearfix">
<div class="row clearfix">
<div class="col-md-6 col-sm-8">
<div class="emphasis-title">
<h1> Identification Simplified.</h1>
<h4> A complete end-to-end managed identification platform.</h4>
</div>
<a href="#" data-scrollto="#section-pricing" data-easing="easeInOutExpo"
data-speed="1250" data-offset="160"
class="button button-large button-white button-light capitalize" style="border-radius: 23px;">Try it Free
<a href="https://www.youtube.com/watch?v=GN_sytf667g"
class="hero-action-link" data-lightbox="iframe"><i class="icon-play-sign"></i> Watch the Video
</div>
</div>
</div>
</div>
<div class="video-wrap" style="position: absolute; height: 100%; z-index: 1;">
<div class="video-overlay" style="background: rgba(0,0,0,0.2);"></div>
</div>
</div>
</div>
<div class="swiper-slide" style="background: url('demos/app-landing/images/hero/hero2.png') center center no-repeat; background-size: cover;">
<div
style="background: url('demos/app-landing/images/hero/hero2.png') center center no-repeat; background-size: cover;">
<div class="vertical-middle" style="z-index: 2;">
<div class="container dark clearfix">
<div class="row clearfix">
<div class="col-md-6 col-sm-8">
<div class="emphasis-title">
<h1> Be your own password.</h1>
<h4> A complete end-to-end managed identification platform.</h4>
</div>
<a href="#" data-scrollto="#section-pricing" data-easing="easeInOutExpo"
data-speed="1250" data-offset="160"
class="button button-large button-white button-light capitalize" style="border-radius: 23px;">Try it Free
<a href="https://www.youtube.com/watch?v=GN_sytf667g"
class="hero-action-link" data-lightbox="iframe"><i class="icon-play-sign"></i> Watch the Video
</div>
</div>
</div>
</div>
<div class="video-wrap" style="position: absolute; height: 100%; z-index: 1;">
<div class="video-overlay" style="background: rgba(0,0,0,0.2);"></div>
</div>
</div>
</div>
<div class="swiper-slide">
<iframe width="560" height="315" src="http://www.youtube.com/embed/SZEflIVnhH8" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div id="slider-arrow-left"><i class="icon-angle-left"></i></div>
<div id="slider-arrow-right"><i class="icon-angle-right"></i></div>
<div id="slide-number"><div id="slide-number-current"></div><span>/</span><div id="slide-number-total"></div></div>
</div>
</section>