I think the same solution would work for this image as well, except I would try this first –
.front-page-5 {
background-position: 30% !important;
}
Add that code to your CSS.
Usually the parallax adds 50% by default and changes depending on how you scroll…..but 30% makes the person in the picture show up in the middle. You can adjust that percentage to change the position if you want.
This is assuming you’re referring to the image not covering the entire content background in mobile/tablet screen sizes? It seems to work fine on Desktop/Laptop screens.
Let me know if that works.