Hi there,
tru this:
1. Add this CSS to your site.
.page-hero {
margin-bottom: 30px;
min-height: 30vw;
}
Note the min-height: 30vw;
Your background image is 362px x 1200px. Divide those into each other gives you a aspect ratio of 0.3
Which equates to 30vw in that CSS. Which means the hero will always maintain its aspect ratio.
2. edit the Header Element.
2.1 Remove the featured-image class for the element class.
2.2 Set the top and bottom padding to 0.