sp22
Hi
The Image loads as background image so its property is different. It loads behind the text to fill complete background area behind the text. If its set to 100% there will not too much blank space and it does not fit complete area.
here is example code you can set via custom.css to force the background image size as 100%
@media(max-width:768px){#section-530 {background-size:100%!important; }}
It will make it like this http://prntscr.com/z1gl37 as the image can not fit the height.