/*Local screens*/
.section-hero .hero-image {
	background-image: url(/by/apple-pencil/images/hero/apple_pencil_hero__re8xbxq9vr2i_large.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.section-hero .hero-image {
		background-image: url(/by/apple-pencil/images/hero/apple_pencil_hero__re8xbxq9vr2i_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-image {
		width: 867px;
		height: 739px;
		background-size: 867px 739px;
		background-repeat: no-repeat;
		background-image: url(/by/apple-pencil/images/hero/apple_pencil_hero__re8xbxq9vr2i_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-image {
		background-image: url(/by/apple-pencil/images/hero/apple_pencil_hero__re8xbxq9vr2i_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-image {
		width: 398px;
		height: 366px;
		background-size: 398px 366px;
		background-repeat: no-repeat;
		background-image: url(/by/apple-pencil/images/hero/apple_pencil_hero__re8xbxq9vr2i_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-hero .hero-image {
		background-image: url(/by/apple-pencil/images/hero/apple_pencil_hero__re8xbxq9vr2i_small_2x.jpg);
	}
}
