/*Localised screens*/

/*For Surf seamlessly across all your devices. - section*/
.section-icloud .image-icloud-tabs {
    background-image: url("https://images.apple.com/in/safari/images/overview/icloud_tabs_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-icloud .image-icloud-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/icloud_tabs_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-icloud .image-icloud-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/icloud_tabs_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-icloud .image-icloud-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/icloud_tabs_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-icloud .image-icloud-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/icloud_tabs_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-icloud .image-icloud-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/icloud_tabs_small_2x.jpg")
    }
}
/*End of Surf seamlessly across all your devices. - section*/

/*For Mute a tab. - section*/
.section-browsing .image-mute-tabs {
    background-image: url("https://images.apple.com/in/safari/images/overview/mute_tabs_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-browsing .image-mute-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/mute_tabs_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-browsing .image-mute-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/mute_tabs_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-browsing .image-mute-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/mute_tabs_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-browsing .image-mute-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/mute_tabs_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-browsing .image-mute-tabs {
        background-image: url("https://images.apple.com/in/safari/images/overview/mute_tabs_small_2x.jpg")
    }
}
/*End of Mute a tab. - section*/

/*End of Localised screens*/