The top banner is not Responsive?

I can’t get the top pictures responsive. End up just showing the left top part on Ipad and mobile of the pictures I have uploaded. What can I do? http://artbymilhamre.com.preview.binero.se/
Thanks

Hi @thomas,

Use this css code:

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