.apple-news-hero {
	background-repeat: no-repeat;
	background-image: url('/news-publisher/images/apple-news-hero.jpg');
	background-size: 1102px 588px;
	width:1102px;
	height:588px;
	margin-left:-61px;
}

@media all and (min-width:768px) and (max-width:1023px) {
	.apple-news-hero {
		background-image: url('/news-publisher/images/apple-news-hero-medium.jpg');
		background-size: 768px 410px;
		width:768px;
		height:410px;
		margin-left:-21px;
	}
}

@media all and (max-width:767px) {
	.apple-news-hero {
		background-image: url('/news-publisher/images/apple-news-hero-small.jpg');
		background-size: 720px 385px;
		width:720px;
		height:385px;
		margin-left:-160px;
	}
}


@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1024px) and (min-resolution: 1.5dppx),
only screen and (min-width: 1024dpx) and (min-resolution: 144dpi) {
	.apple-news-hero {
		background-image: url('/news-publisher/images/apple-news-hero_2x.jpg');
	}
}

@media only screen and (min-device-width: 768px) and (max-width:1023px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-width: 768px) and (max-width:1023px) and (min-resolution: 1.5dppx),
only screen and (min-device-width: 768px) and (max-width:1023px) and (min-resolution: 144dpi) {
	.apple-news-hero {
		background-image: url('/news-publisher/images/apple-news-hero-medium_2x.jpg');
	}
}


@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 767px) and (min-resolution: 1.5dppx),
only screen and (max-width: 767px) and (min-resolution: 144dpi) {
	.apple-news-hero {
		background-image: url('/news-publisher/images/apple-news-hero-small_2x.jpg');
	}
}
