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

.section-hero .hero-container .hero-image {
    background-image: url(/uk/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
   .section-hero .hero-container .hero-image {
       background-image:url(/uk/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_large_2x.jpg);
   }
}

@media only screen and (max-width: 1068px) {
   .section-hero .hero-container .hero-image {
       background-image:url(/uk/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_medium.jpg);
   }
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
   .section-hero .hero-container .hero-image {
       background-image:url(/uk/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_medium_2x.jpg);
   }
}

@media only screen and (max-width: 734px) {
   .section-hero .hero-container .hero-image {
       background-image:url(/uk/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_small.jpg);
   }
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
   .section-hero .hero-container .hero-image {
       background-image:url(/uk/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_small_2x.jpg);
   }
}




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




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

.grid-item-family-setup .tile-content .tile-body picture {
    padding-bottom: 90px;
    padding-top: 250px;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 734px) {
	.grid-item-family-setup .tile-content .tile-body picture {
    	padding-top: 90px;
	}
}

.grid-item-family-setup .tile-content .tile-header {
    max-width: 70%;
}

@media only screen and (max-width: 1068px) {
    .grid-item-family-setup .tile-content .tile-header {
        max-width: 71%;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item-family-setup .tile-content .tile-header {
        max-width: 72%;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/