Video background hero example
Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries.
<!--::Start Hero HTML5 Video::-->
<section class="bg-gradient-primary text-white position-relative overflow-hidden">
<!--:Video:-->
<div class="w-100 h-100 opacity-25 position-absolute end-0 top-0 bg-cover bg-no-repeat bg-center"
style="background-image: url('assets/videos/officeloop-cover.jpg');">
<div class="jarallax bg-dark h-100 w-100" data-video-src="mp4:./assets/videos/officeloop.mp4">
</div>
</div>
<div class="container py-9 py-lg-11 position-relative z-1">
<div class="row pt-7 align-items-center">
<div class="col-lg-10 col-xl-8 mx-auto text-center mb-5 mb-lg-0">
<!--:Heading:-->
<h1 class="display-2 mb-4 mb-lg-5">
Video background hero example
</h1>
<!--:Subheading:-->
<p class="mb-5 mb-lg-7 lead w-lg-75 mx-auto">
Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing
industries.
</p>
<!--:Action Button:-->
<div class="d-flex align-items-center justify-content-center">
<a href="#section" class="btn btn-outline-white border-2 btn-lg px-4 px-lg-5">Let's get
started</a>
</div>
</div>
</div>
</div>
</section>
<!--::/End Hero HTML5 Video::-->
<!-- Bootstrap + Vendor + Theme -->
<link href="assets/css/theme.min.css" rel="stylesheet">
<!-- Bootstrap + Vendor + Theme -->
<script src="assets/css/theme.bundle.js"></script>