Hello,
Thank You so much for your Patience!
Haha no not at all! Weebly have their own codes and we have our own! We are not perfect and there definitely can be some issues, however what matters is that we will definitely work on the Codes to solve it for you and we will! :)
We have tried to check out the Codes you are using on Our Own Localhost and created a Working Code for you:
<section id="slider" class="full-screen swiper_wrapper">
<!--<section id="slider" class="force-full-screen full-screen">-->
<div class="full-screen dark section nopadding nomargin noborder ohidden">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h1 style="font-size:3.0em;" data-animate="fadeInUp" data-delay="1500"><strong>ACHIEVA PRODUCTS</strong></h1>
<p data-animate="fadeInUp" data-delay="3700"><strong>FOR ALL OF YOUR SCHOOLS RECOGNITION NEEDS</strong></p>
<br> <br>
<p data-animate="fadeInUp" data-delay="5200"><strong>CAP AND GOWNS • GRADUATION RINGS • SCHOOL SPIRITWEAR</strong></p>
</div>
</div>
<div class="video-wrap no-placeholder">
<video poster="http://www.achieva.us/images/Captoss.png" preload="auto" loop autoplay controls muted playsinline>
<source src="http://www.achieva.us/videos/Captoss.mp4" type="video/mp4" />
<source src="http://www.achieva.us/videos/Captoss.webm" type="video/webm" />
<source src="http://www.achieva.us/videos/Captoss.ogv" type="video/ogg" />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.45);"></div>
</div>
</div>
</section>
This should work fine.
Additionally, for scaling down the Font Size, consider using the Responsive Classes. You can add the following CSS Code to control the Font Size:
.device-lg .slider-caption h1 { font-size: 64px; }
.device-md .slider-caption h1 { font-size: 56px; }
.device-sm .slider-caption h1 { font-size: 48px; }
.device-xs .slider-caption h1 { font-size: 36px; }
.device-xxs .slider-caption h1 { font-size: 32px; }
This will definitely work fine. Let us know if we can help you with anything else or if you find any issues.