JK apologies for the delayed reply.
This component specifically stretches to fill the entire height of the viewport (100vh = 100% viewport height).
So the cleanest way to modify this, would be to look for the header36_image class, and modify the height.
In my opinion, the max height may not be necessary here at all since you are essentially setting a hard value for the height.
I would recommend to keep it to the viewport unit, but again you could do percentage or REM if you really wanted to.