I'm trying to get my slider to display a portrait image full screen on mobile devices. I've followed several of the posts you've answered previously in the forum to change the image on different screen sizes, and all works great, but I can't seem to locate the .force-full-screen class anywhere in any of the corresponding CSS documents. Adding it to the section class doesn't seem to do anything different I think because it isn't defined in the docs. Could you point me in the direction of the CSS for the .force-full-screen class?
Code:
<section id="slider" class="slider-element min-vh-md-100 py-4 include-header force-full-screen full-screen" style="background-size: cover;">
<div class="slider-inner">
<div class="vertical-middle slider-element-fade">
<div class="container text-center py-5">
<div class="emphasis-title mb-2">
</div>
</div>
</div>
[](#)
</div>
</section>
