Hi There,
I can see on your home page you have a background in the header whereas another page having no background and it comes above the image.
to make the layout on every page please remove the custom class you have with a -ve margin or you can reduce the value to 100px instead of 180px.

After that please add this CSS to your theme X -> option global -> global CSS
@media (max-width: 979px) {
.home .masthead.masthead-inline {
position: absolute;
width: 100%;
}
#x-nav-wrap-mobile ul.x-nav {
padding: 10px !important;
background: #333 !important;
}
}
Remember, this customization won’t push the content when the menu opened. It will overlap the content.
If you want to do the content pushed, you need custom development for this. Which is beyond our theme support scope.
Thanks