I have attached original image and when i add this to slider, images are not resizing properly to different screens. If i specify height then the images are cut to half instead of adjusting height. Also please tell me how to add masking and overlay text by providing linear gradient from left to right over the image
<section id="slider" class="slider-element slider-parallax min-vh-75 min-vh-xl-100 swiper_wrapper">
<div class="slider-inner">
<div class="swiper-container swiper-parent">
<div class="swiper-wrapper">
<!-- First Slide -->
<div class="swiper-slide dark">
<!-- Slider Content -->
<div class="swiper-slide-bg" style="background-image: url('images/solutions/1.jpg');"></div>
</div>
</div>
</div>
</div>
</section>