Main Menu
Boost your work

Upgrade to premium here

Upgrade Now
Kleon Admin Dashboard
Made with by WPThemeBooster
Theme Customizer
Theme Color Mode
Navigation Layout
Vertical Navigation Styles
Header Position

On top of the image


Click me to watch video!

<!-- On top of the image -->
<div class="position-relative bg-size-cover bg-position-center bg-no-repeat py-7" style="background-image: url(assets/img/video-bg.png);">
    <span class="position-absolute top-0 start-0 w-100 h-100 bg-dark opacity-50"></span>
    <div class="position-relative px-3 py-7 my-sm-5 text-center zindex-5">
        <a href="#video_url" class="btn-video btn bg-white text-primary rounded-circle px-0 py-0 me-3" ><i class="bi bi-play"></i></a>
        <br>
        <span class=" d-block mt-2 text-light text-shadow">Click me to watch video!</span>
    </div>
</div>