I am also trying to do this. I put in the following CSS hoping it would make the height of the header larger, but no luck:
.hero background-image {
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
Can someone help?