/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/** section section-icloud-backup **/
.page-overview .section-icloud-backup .hero-icloud-backup {
    background-image: url("/in/icloud/images/overview/icloud_backup_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) {
    .page-overview .section-icloud-backup .hero-icloud-backup {
        background-image:url("/in/icloud/images/overview/icloud_backup_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-icloud-backup .hero-icloud-backup {
        background-image: url("/in/icloud/images/overview/icloud_backup_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) {
    .page-overview .section-icloud-backup .hero-icloud-backup {
        background-image:url("/in/icloud/images/overview/icloud_backup_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-icloud-backup .hero-icloud-backup {
        background-image: url("/in/icloud/images/overview/icloud_backup_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) {
    .page-overview .section-icloud-backup .hero-icloud-backup {
        background-image:url("/in/icloud/images/overview/icloud_backup_small_2x.jpg")
    }
}
/** End **/

/** section section-family-sharing **/

.page-overview .section-family-sharing .hero-family-sharing {
    background-image: url("/in/icloud/images/overview/family_sharing_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) {
    .page-overview .section-family-sharing .hero-family-sharing {
        background-image:url("/in/icloud/images/overview/family_sharing_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-family-sharing .hero-family-sharing {
        background-image: url("/in/icloud/images/overview/family_sharing_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) {
    .page-overview .section-family-sharing .hero-family-sharing {
        background-image:url("/in/icloud/images/overview/family_sharing_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-family-sharing .hero-family-sharing {
        background-image: url("/in/icloud/images/overview/family_sharing_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) {
    .page-overview .section-family-sharing .hero-family-sharing {
        background-image:url("/in/icloud/images/overview/family_sharing_small_2x.jpg")
    }
}
/** end **/




/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
