.compare-image {
    width: 944px;
    height: 243px;
    background-size: 944px 243px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/ae/watch/home/images/compare_large.jpg");
    margin: 105px auto
}

@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) {
    .compare-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/compare_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .compare-image {
        width: 679px;
        height: 175px;
        background-size: 679px 175px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ae/watch/home/images/compare_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) {
    .compare-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/compare_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .compare-image {
        width: 375px;
        height: 360px;
        background-size: 375px 360px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ae/watch/home/images/compare_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) {
    .compare-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/compare_small_2x.jpg")
    }
}

.compare-image {
    width: 100%;
}

.bands-image {
    height: 700px;
    background-size: 652px 700px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/ae/watch/home/images/bands_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) {
    .bands-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/bands_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .bands-image {
        height: 500px;
        background-size: 372px 500px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ae/watch/home/images/bands_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) {
    .bands-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/bands_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .bands-image {
        height: 360px;
        background-size: 375px 360px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ae/watch/home/images/bands_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) {
    .bands-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/bands_small_2x.jpg")
    }
}

.hero-image {
    background-image: url("http://images.apple.com/ae/watch/home/images/hero_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) {
    .hero-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/hero_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .hero-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/hero_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) {
    .hero-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/hero_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .hero-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/hero_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) {
    .hero-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/hero_small_2x.jpg")
    }
}

figure.nike-image {
    width: 784px;
    height: 811px;
    background-size: 784px 811px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/ae/watch/home/images/nike_large.jpg");
    position: absolute;
    bottom: -100px;
    right: 13%
}

@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) {
    figure.nike-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/nike_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    figure.nike-image {
        width: 452px;
        height: 433px;
        background-size: 452px 433px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ae/watch/home/images/nike_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) {
    figure.nike-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/nike_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    figure.nike-image {
        width: 461px;
        height: 447px;
        background-size: 461px 447px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ae/watch/home/images/nike_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) {
    figure.nike-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/nike_small_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    figure.nike-image {
        bottom: -70px
    }
}

@media only screen and (max-width: 735px) {
    figure.nike-image {
        bottom: -40px;
        right: 20%
    }
}

.watchos-image {
    background-image: url("http://images.apple.com/ae/watch/home/images/watchos_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) {
    .watchos-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/watchos_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .watchos-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/watchos_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) {
    .watchos-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/watchos_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .watchos-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/watchos_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) {
    .watchos-image {
        background-image: url("http://images.apple.com/ae/watch/home/images/watchos_small_2x.jpg")
    }
}

#ac-globalfooter .ac-gf-buystrip-info,
#ac-globalfooter .ac-gf-buystrip-info.with-2-columns {
    max-width: initial;
}
