Hi there,
Please add following code one by one under Customize -> Custom -> CSS, resize the window and check which one works better on your end.
@media (max-width:767px){
.x-section.bg-image {
background-size: 100% 100%;
}
}
Or
@media (max-width:767px){
.x-section.bg-image {
background-size: contain;
}
}
Hope that helps.