.gallery-container #homepage-gallery-ipad .gallery-item-image-element .gallery-image-ipad {
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/hk/en/home/images/gallery/ipad_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) {
    .gallery-container #homepage-gallery-ipad .gallery-item-image-element .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/gallery/ipad_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .gallery-container #homepage-gallery-ipad .gallery-item-image-element .gallery-image-ipad {
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/hk/en/home/images/gallery/ipad_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) {
    .gallery-container #homepage-gallery-ipad .gallery-item-image-element .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/gallery/ipad_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .gallery-container #homepage-gallery-ipad .gallery-item-image-element .gallery-image-ipad {
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/hk/en/home/images/gallery/ipad_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) {
    .gallery-container #homepage-gallery-ipad .gallery-item-image-element .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/gallery/ipad_small_2x.jpg")
    }
}

.no-enhanced-gallery .gallery-container #homepage-gallery-ipad .gallery-image-ipad {
    background-image: url("https://images.apple.com/hk/en/home/images/stacked/ipad_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) {
    .no-enhanced-gallery .gallery-container #homepage-gallery-ipad .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/stacked/ipad_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .no-enhanced-gallery .gallery-container #homepage-gallery-ipad .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/stacked/ipad_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) {
    .no-enhanced-gallery .gallery-container #homepage-gallery-ipad .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/stacked/ipad_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .no-enhanced-gallery .gallery-container #homepage-gallery-ipad .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/stacked/ipad_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) {
    .no-enhanced-gallery .gallery-container #homepage-gallery-ipad .gallery-image-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/stacked/ipad_small_2x.jpg")
    }
}

/*sup font-size 20170318*/
#ac-globalfooter sup { bottom: 0px; font-size: 0.6em; }

/* Happy Earth Day */
.ie8 .gallery-container #homepage-gallery-environment .gallery-image-environment {
    max-height: 525px;
    min-height: 430px;
}
.ie8.no-enhanced-gallery .gallery-container #homepage-gallery-environment .gallery-image-environment {
    top: 320px;
}


.promo-tile-ipad {
    background-size: 360px 200px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_large.jpg");
    height: 200px;
    background-position: center
}

@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) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_large_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .promo-tile-ipad {
        background-size: 640px 200px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_xlarge.jpg")
    }
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_xlarge_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .promo-tile-ipad {
        background-size: 640px 200px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_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) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .promo-tile-ipad {
        background-size: 736px 200px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_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) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_small_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .promo-tile-ipad {
        background-size: 640px 200px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_medium.jpg");
        height: 200px
    }
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/hk/en/home/images/promos/ipad_medium_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .promo-tile-ipad {
        height: 200px
    }
}

@media only screen and (max-width: 735px) {
    .promo-tile-ipad {
        height: 200px
    }
}

