Image not showing properly mobile version

Hi, have a look at the attachment, header images are not showing properly in the mobile version either in the home and in the inner pages.

Hello,

Please add the following code in Appearance -> Customize -> Additional CSS :

@media only screen and (max-width: 767px) {
	#header .bottom-header h2 {
	    font-size: 34px;
	}
}

I don’t see any changes from my i-phone even erasing my cache!

Hello,

Please add this :

@media only screen and (max-width: 767px) {
body header#header {
    background-attachment: initial !important;
}
}

Sorry for the inconvenience,
George

Perfect, thanks a lot!