/* Custom overrides for InstantAd */

/* Background image for landing page - no gradients */
body.landing #page-wrapper {
	background-image: url("/images/6530.jpg") !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* Mobile landing background - no gradients */
body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
	background-image: url("/images/6530.jpg") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* Also override #main > header if used - no gradients */
#main > header {
	background-image: url("/images/6530.jpg") !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/* Remove any banner overlay layer */
#banner:after,
body.is-preload #banner:after {
	opacity: 0 !important;
	background: none !important;
}
