<div class="<% if BlockThemeMode == 'Dark' %>bg-dark text-white<% end_if %>">
<% if FullWidth %>
<div class="container-fluid px-0">
<% else %>
<div class="container px-0 py-md-5">
<% end_if %>
<section class="simple-video-container video-container position-relative $CustomClass">
    <video autoplay loop muted playsinline defaultmuted preload="auto" src="$VideoURL" ></video>
    <div class="video-caption w-100">
        <div class="container">
            <div class="col-md-9 col-lg-6 offset-md-1 py-3 px-2">
                <% if $ShowTitle %>
                <h2 class="display-3 scroll-toggle line-anim text-shadow-md">$Title</h2>
                <% if SubTitle %><p class="display-3 mt-0 title text-shadow-md">$SubTitle</p><% end_if %>
                <% end_if %>
                $HTMLContent
            </div>
        </div>
    </div>
</section>
</div>
</div>