Hi Chris,
You can show full img size by changing the padding value for page title. Copy css code below then add to template folder => custom => scss => custom.scss
#g-pagetitle {
padding-top: 15rem;
padding-bottom: 15rem;
}
Let me know if it works for you