/*Screens Promo Start*/
.promo-tile-ipad {
    background-image: url("https://images.apple.com/ae/home/images/promos/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) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/ae/home/images/promos/ipad_large_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/ae/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/ae/home/images/promos/ipad_xlarge_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/ae/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/ae/home/images/promos/ipad_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/ae/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/ae/home/images/promos/ipad_small_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/ae/home/images/promos/ipad_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) {
    .promo-tile-ipad {
        background-image: url("https://images.apple.com/ae/home/images/promos/ipad_medium_2x.jpg")
    }
}


.promo-tile-wwdc17 {
    background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_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) {
    .promo-tile-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_large_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .promo-tile-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_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-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_xlarge_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .promo-tile-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_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-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .promo-tile-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_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-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_small_2x.jpg")
    }
}

@media only screen and (min-width: 1442px) {
    .promo-tile-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_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) {
    .promo-tile-wwdc17 {
        background-image: url("https://images.apple.com/ae/home/images/promos/wwdc17_medium_2x.jpg")
    }
}
/*Promo Ends*/