You can add this code to make the background image 100% of the width on mobile devices,

@media (max-width: 767px) {
.hero {
background-size: 100% auto !important;
}
}