/* Hero */

/* iPad */
#section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .wwdc17-ipadpro .hero-image {
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/ipad-pro/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) {
    #section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .wwdc17-ipadpro .hero-image {
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/ipad-pro/hero_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    #section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .wwdc17-ipadpro .hero-image {
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/ipad-pro/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) {
    #section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .wwdc17-ipadpro .hero-image {
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/ipad-pro/hero_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    #section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .wwdc17-ipadpro .hero-image {
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/ipad-pro/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) {
    #section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .wwdc17-ipadpro .hero-image {
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/ipad-pro/hero_small_2x.jpg")
    }
}

/* Watch */
#section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .apple-watch-series-2 .gallery-image-watch {
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/watch/watch_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-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .apple-watch-series-2 .gallery-image-watch {
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/watch/watch_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    #section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .apple-watch-series-2 .gallery-image-watch {
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/watch/watch_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-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .apple-watch-series-2 .gallery-image-watch {
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/watch/watch_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    #section-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .apple-watch-series-2 .gallery-image-watch {
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/watch/watch_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-enhanced-gallery-heroes .homepage-section-positions > .homepage-section-item .apple-watch-series-2 .gallery-image-watch {
        background-image: url("https://images.apple.com/ca/fr/home/images/enhanced-gallery-heroes/watch/watch_small_2x.jpg")
    }
}


/* Hero End */


/* Promos */

/* All Tiles */
.main #section-row-promos.homepage-section .row-promo-tile {
    padding-bottom: 5px;
}

/* Why Switch */
#section-row-promos .homepage-section-positions > .homepage-section-item .why-switch figure {
    background-color: #dca39c;
}

.main #section-row-promos .row-promo-tile-why-switch figure {
    background-size: 360px 268px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_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) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_large_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-size: 640px 268px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_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) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_xlarge_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-size: 640px 268px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_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) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-size: 736px 268px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_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) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_small_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-size: 640px 268px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_medium.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) {
    .main #section-row-promos .row-promo-tile-why-switch figure {
        background-image: url("https://images.apple.com/ca/fr/home/images/row-promos/why_switch_medium_2x.jpg")
    }
}


/* BTS Tile */
#section-row-promos .homepage-section-positions > .homepage-section-item .bts-beats-mac figure {
    background-color: #f5dce2;
}

