How can I extend my image banner to the top of the page (behind the menu) on all pages?

Thanks, I see that you a code that is margin-top:

Replace on this code below.

.banner.banner--content-align-center {
    margin-top: -200px;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!