Hello,
We have tried modifying the Layout for you but unfortunately, this is currently not supported with this Layout. We will notify you with the updated files if this can be done on our end. Thanks for your Patience.
Absolutely, you can add any content within the Sections:
<div class="section lazy mt-5 p-0 min-vh-75 lazy-loaded" style="background-position: center center; background-repeat: no-repeat; background-size: cover; background-image: url("bilder-elbsandsteingebirge/schmilka.jpg");" data-ll-status="loaded">
<div class="container">
Add your Content here.
</div>
<div class="shape-divider"></div>
<div class="shape-divider"></div>
</div>
- Yes, Youtube Video Sections are already available by default. Please consider using the following code:
<div class="section m-0 dark vh-75 vh-lg-100">
<div class="vertical-middle">
<div class="container text-center">
<i class="i-plain i-large icon-line-video mx-auto" data-animate="fadeInDown"></i>
<div class="emphasis-title m-0" data-animate="fadeInUp">
<h2 style="font-size: 56px;">Section with Background Youtube Video</h2>
</div>
</div>
</div>
<div class="video-wrap">
<div class="yt-bg-player" data-quality="hd1080" data-start="20" data-stop="40" data-video="https://youtu.be/A3PDXmYoF5U"></div>
</div>
</div>
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.