Hello @dan231185,
Thanks for sharing the page URL, I went ahead checked your given page URL. it seems that the image is working fine in the larger device but it is reducing the image height in the small screen since you have set the min-height for the section. To get rid of this, you need to set the image in section background and then set the section Padding top and bottom in VW uint and you should remove the custom CSS code as well.
Set background image of the section.

Set the section padding as per your design.

Hope it helps
Thanks