Hi, how do I make this picture fit to the screen - so it doesn't get bigger with the size of the screen? I'm struggling with this across my site.
`<!-- Slider
============================================= -->
<section id="slider" class="slider-element min-vh-100">
<div class="slider-inner">
<div class="section dark parallax scroll-detect h-100 position-absolute p-0 m-0 border-0 ">
<img src="pics/team/award-winning-self-catering.jpg" class="parallax-bg" alt="Award Winning Self Catering">
<div class="vertical-middle">
<div class="container text-center">
<div class="emphasis-title">
<h1 class="fw-semibold ls-4 text-uppercase mb-4" style="font-size: 48px;">Meet Our Team </h1>
<p class="lead">We are an Amazing bunch.</p>
</div>
</div>
<div class="video-wrap">
<div class="video-overlay" style="background: rgba(0,0,0,0.8);"></div>
</div>
</div>
</div>
</section><!-- #slider end -->
`
