/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/


.section-smart-keyboard .image-smartkeyboard { background-image:url("http://images.apple.com/uk/ipad/home/images/home/keyboard_large.png"); }
@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-smart-keyboard .image-smartkeyboard { background-image:url("http://images.apple.com/uk/ipad/home/images/home/keyboard_large_2x.png"); }
}
@media only screen and (max-width: 1068px) {
  .section-smart-keyboard .image-smartkeyboard { background-image:url("http://images.apple.com/uk/ipad/home/images/home/keyboard_medium.png"); }
}
@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-smart-keyboard .image-smartkeyboard { background-image:url("http://images.apple.com/uk/ipad/home/images/home/keyboard_medium_2x.png"); }
}
@media only screen and (max-width: 735px) {
  .section-smart-keyboard .image-smartkeyboard { background-image:url("http://images.apple.com/uk/ipad/home/images/home/keyboard_small.png"); }
}
@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-smart-keyboard .image-smartkeyboard { background-image:url("http://images.apple.com/uk/ipad/home/images/home/keyboard_small_2x.png"); }
}
.section-ipad-mini-4 .image-ipadmini4 { background-image:url("http://images.apple.com/uk/ipad/home/images/home/ipadmini_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-ipad-mini-4 .image-ipadmini4 { background-image:url("http://images.apple.com/uk/ipad/home/images/home/ipadmini_large_2x.jpg"); }
}
@media only screen and (max-width: 1068px) {
  .section-ipad-mini-4 .image-ipadmini4 { background-image:url("http://images.apple.com/uk/ipad/home/images/home/ipadmini_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-ipad-mini-4 .image-ipadmini4 { background-image:url("http://images.apple.com/uk/ipad/home/images/home/ipadmini_medium_2x.jpg"); }
}
@media only screen and (max-width: 735px) {
  .section-ipad-mini-4 .image-ipadmini4 { background-image:url("http://images.apple.com/uk/ipad/home/images/home/ipadmini_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-ipad-mini-4 .image-ipadmini4 { background-image:url("http://images.apple.com/uk/ipad/home/images/home/ipadmini_small_2x.jpg"); }
}
.section-ios10 .ios10-image {
    width: 1232px;
    height: 420px;
    background-size: 1232px 420px;
    background-image: url("http://images.apple.com/uk/ipad/home/images/home/ios10_tile_large.png");
}

@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-ios10 .ios10-image {
        background-image: url("http://images.apple.com/uk/ipad/home/images/home/ios10_tile_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .section-ios10 .ios10-image {
        width: 547px;
        height: 534px;
        background-size: 547px 534px;
        background-image: url("http://images.apple.com/uk/ipad/home/images/home/ios10_tile_medium.png")
    }
}

@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-ios10 .ios10-image {
        background-image: url("http://images.apple.com/uk/ipad/home/images/home/ios10_tile_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .section-ios10 .ios10-image {
        width: 355px;
        height: 350px;
        background-size: 355px 350px;
        background-image: url("http://images.apple.com/uk/ipad/home/images/home/ios10_tile_small.png")
    }
}

@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-ios10 .ios10-image {
        background-image: url("http://images.apple.com/uk/ipad/home/images/home/ios10_tile_small_2x.png")
    }
}





/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-smart-keyboard .fp-product-heading sup { font-size: 0.6em; vertical-align: super; }

.show-only-for-small { display: none; }

@media only screen and (max-width: 735px) {
	.show-only-for-small { display: block; }
}


/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 