Hello,

You can reduce the padding size on mobile devices, that way more of the images will be shown.

Try this CSS code,

@media (max-width: 767.98px) {
#welcome {padding-top: 150px !important;padding-bottom: 100px !important;}
}

Place that code in the Custom CSS field of the Custom Code section in the Parallel Options Panel.