Hi There,
Thank you for screenshot.
We can use visibility element. Below the text Minister for Foreign Affairs add visibility element. Then inside, add smaller version of this image. Set this to be visible on mobile only. Then add the following CSS:
@media screen and (max-width: 768px){
div.legislationhead {
background-image: none;
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(107,130,148,0) 41%,rgba(218,192,142,1) 100%);
}
}
Adjust the background color.
Hope this helps.