div.CustomPage > header + * { text-align: left; font-size:0px;
				background-image:url('/images/rightspace.png'); background-size:163px 335px; background-position:right top; background-repeat:no-repeat}


@media screen and (max-width:785px) {
	div.CustomPage > header + * {background-image:none}
}


@media screen and (max-width:527px) {
	div.CustomPage > header + * { background-image: url('/images/rightspace.png'); background-position: center calc(249px + 9px); background-size: 100% calc(507px - 77px - 9px); }
}


@media screen and (max-width:355px) {
	div.CustomPage > header + * { background-image: none; }
}