

body.landing #page-wrapper {
	background-image: url("../../images/matches/match-c-3-01.png");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

body.is-mobile.landing #banner,

body.is-mobile.landing .wrapper.style4 {
  background-image: url("../../images/matches/match-c-3-01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

<