I ran across this code snipet, maybe it will help in your case?
/* controls featured image height. eg 60hv is 60% of vertical height of window*/
.site-header.featured-image {
min-height: 60vh;
}
btw, I’m a newbie, so the above is literally *everything* I know.