librandi
Hi
The image show in bckground as cover, so that it will fill the complete background behind the text heading,
If you want to the image 100% width
it will not show exactly behind the text as the height will also resize with width.
You have this code in custom.css file
.acm-hero.full-screen {
background-size: cover !important;
}
you can change the cover with 100% and check the image will be responsive.
Please keep in mind this way background will not cover the complete heading.