Change hero image height?

The max height on your hero is set to 350px on Desktop. Where are you seeing it’s set to 750px?

.custom-banner-wrapper {
 -ms-flex-align: center;
 align-items: center;
 display: -ms-flexbox;
 display: flex;
 height: 100vh;
 margin: 0 0 100px !important;
 max-height: 350px;
 overflow: hidden;
 padding: 0 0 65px 0;
 position: relative;
}

Joshua Todd | CEO of Pixl Labs
www.pixllabs.io