/* Localized Images */
.section-hero .hero-img {
	width: 499px;
	height: 318px;
	background-size: 499px 318px;
	background-image: url("/jp/apple-books/workingwithus/images/show/hero_show_large.jpg")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-hero .hero-img {
		background-image: url("/jp/apple-books/workingwithus/images/show/hero_show_large_2x.jpg")
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-img {
		width: 450px;
		height: 259px;
		background-size: 450px 259px;
		background-image: url("/jp/apple-books/workingwithus/images/show/hero_show_medium.jpg")
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-hero .hero-img {
		background-image: url("/jp/apple-books/workingwithus/images/show/hero_show_medium_2x.jpg")
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .hero-img {
		width: 217px;
		height: 125px;
		background-size: 217px 125px;
		background-image: url("/jp/apple-books/workingwithus/images/show/hero_show_small.jpg")
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.section-hero .hero-img {
		background-image: url("/jp/apple-books/workingwithus/images/show/hero_show_small_2x.jpg")
	}
}