Dawn theme image to small on mobile and menu not there

Hi I am very new to Shopify and I have put an image in the image banner and it shows perfectly on the desktop but when I view it in mobile, it is much smaller with space above and below it, also the menu doesn’t show on mobile. Can you tell me what I am doing wrong and how to fix it please?

@cb72 - can you please share the page link where you have this image and menu link?

hi the link is twopeasinapoddesigns.myshopify.com and the password is euskee

Thank you for the help

@cb72 - menu is fine on mobile view

and please add this css to the very end of your section-image-banner.css file and check

@media screen and (max-width: 749px){
.banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 12rem;}
}

@cb72