#productheader a.shop.buynows, 
#productheader span.shop.buynows,
#compare a.shop.buynows, .buynows { width:78px; background-image:url(http://images.apple.com/dk/ipad/images/shop_ipad.png); }


/* iPad Mini Features */
/* static background images for parallax on iOS */
@media only screen and (max-device-width: 1024px) {
	body#features.ipad-mini #main #display .parallax { background-image:url(http://images.apple.com/euro/ipad-mini/d/screens_us/features/images/display_hero_bg.jpg); }
	body#features.ipad-mini #main #design .parallax { background-image:url(http://images.apple.com/dk/ipad-mini/features/images/design_hero_bg.jpg); }
	body#features.ipad-mini #main #performance .parallax { background-image:url(http://images.apple.com/euro/ipad-mini/d/screens_us/features/images/performance_hero_bg.jpg); }
	body#features.ipad-mini #main #wireless .parallax { background-image:url(http://images.apple.com/dk/ipad-mini/features/images/wireless_hero_bg.jpg); }
	body#features.ipad-mini #main #builtin .parallax { background-image:url(http://images.apple.com/dk/ipad-mini/features/images/builtin_hero_bg.jpg); }
	body#features.ipad-mini #main #facetime .parallax { background-image:url(http://images.apple.com/euro/ipad-mini/d/screens_us/features/images/facetime_hero_bg.jpg); }
}
/* static background images for parallax on iOS Retina */
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	body#features.ipad-mini #main #display .parallax { background-image:url(http://images.apple.com/euro/ipad-mini/d/screens_us/features/images/display_hero_bg_2x.jpg); }
	body#features.ipad-mini #main #design .parallax { background-image:url(http://images.apple.com/dk/ipad-mini/features/images/design_hero_bg_2x.jpg); }
	body#features.ipad-mini #main #performance .parallax { background-image:url(http://images.apple.com/euro/ipad-mini/d/screens_us/features/images/performance_hero_bg_2x.jpg); }
	body#features.ipad-mini #main #wireless .parallax { background-image:url(http://images.apple.com/dk/ipad-mini/features/images/wireless_hero_bg_2x.jpg); }
	body#features.ipad-mini #main #builtin .parallax { background-image:url(http://images.apple.com/dk/ipad-mini/features/images/builtin_hero_bg_2x.jpg); }
	body#features.ipad-mini #main #facetime .parallax { background-image:url(http://images.apple.com/euro/ipad-mini/d/screens_us/features/images/facetime_hero_bg_2x.jpg); }
}
/* iPad Air Features */
/* static background images for parallax on iOS */
@media only screen and (max-device-width:768px) {
	body#features.ipad-air #main #display .parallax { background-image:url(http://images.apple.com/euro/ipad-air/a/screens_us/features/images/display_hero_bg.jpg); }
	body#features.ipad-air #main #design .parallax { background-image:url(http://images.apple.com/dk/ipad-air/features/images/design_hero_bg.jpg); }
	body#features.ipad-air #main #performance .parallax { background-image:url(http://images.apple.com/euro/ipad-air/a/screens_us/features/images/performance_hero_bg.jpg); }
	body#features.ipad-air #main #wireless .parallax { background-image:url(http://images.apple.com/dk/ipad-air/features/images/wireless_hero_bg.jpg); }
	body#features.ipad-air #main #builtin .parallax { background-image:url(http://images.apple.com/dk/ipad-air/features/images/builtin_hero_bg.jpg); }
	body#features.ipad-air #main #facetime .parallax { background-image:url(http://images.apple.com/euro/ipad-air/a/screens_us/features/images/facetime_hero_bg.jpg); }
}
/* static background images for parallax on iOS Retina */
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-device-width:481px)
and (max-device-width:768px), only screen and (min-device-pixel-ratio:1.5) and
(min-device-width:481px) and (max-device-width:768px) {
	body#features.ipad-air #main #display .parallax { background-image:url(http://images.apple.com/euro/ipad-air/a/screens_us/features/images/display_hero_bg_2x.jpg); }
	body#features.ipad-air #main #design .parallax { background-image:url(http://images.apple.com/dk/ipad-air/features/images/design_hero_bg_2x.jpg); }
	body#features.ipad-air #main #performance .parallax { background-image:url(http://images.apple.com/euro/ipad-air/a/screens_us/features/images/performance_hero_bg_2x.jpg); }
	body#features.ipad-air #main #wireless .parallax { background-image:url(http://images.apple.com/dk/ipad-air/features/images/wireless_hero_bg_2x.jpg); }
	body#features.ipad-air #main #builtin .parallax { background-image:url(http://images.apple.com/dk/ipad-air/features/images/builtin_hero_bg_2x.jpg); }
	body#features.ipad-air #main #facetime .parallax { background-image:url(http://images.apple.com/euro/ipad-air/a/screens_us/features/images/facetime_hero_bg_2x.jpg); }
}

#features.ipad-mini #main #hero h2 { width: 550px; }