#example {
	position: relative;
	width: 383px;
	height: 383px;
	margin: 10px auto;
	background-image: url(../images/SponsorshipExample.png);
	background-size: 100%;
}

#exampleipad {
	position: relative;
	width: 750px;
	height: 550px;
	margin: 10px auto;
	background-image: url(../images/SponsorshipExampleiPad.png);
	background-size: 100%;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5) and (min-device-width: 480px),
       only screen and (-o-min-device-pixel-ratio: 3/2) and (min-device-width: 480px),
	   only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-width: 480px),
	   only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-device-height: 480px) and (orientation: landscape),
	   only screen and (min-device-pixel-ratio: 1.5) and (min-device-width: 480px),
	   only screen and (min-resolution: 1.5dppx) and (min-device-width: 480px)
{

#example {
	background-image: url(../images/SponsorshipExample@2x.png);
}

#exampleipad {
	background-image: url(../images/SponsorshipExampleiPad@2x.png);
}

}