If you would like to make the banner of full screen on mobile then try adding below code to end of “section-image-banner.css” file
@media screen and (max-width: 749px){
.banner:not(.banner--stacked) {
height: 100vh;
}
}
If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!