You have set a fixed height on the Slider so you are getting same height all the way to mobile viewport.
Best way is to keep the height auto and max-height: none, after that instead of using image as a background you should insert the actual image inside the slide with 100% width, this way image will automatically cover the width and height will be responsive. And useing the same dimension image for all the slide would result best.