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

.section-hero .hero-container .hero-image {
   background-image: url(/fr/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(/fr/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(/fr/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(/fr/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(/fr/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(/fr/watch/shared/why-apple-watch/images/overview/hero/hero__csf3fcai8rcm_small_2x.jpg);
  }
}




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




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

@media only screen and (max-width: 1068px) {
	.tile-fitness-plus .cta-container {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
    gap: 5px;
 }
}

@media only screen and (max-width: 734px) {
	.tile-fitness-plus .cta-container {
    display: flex;
    flex-direction: row;
    gap: 18px;
 }
}

@media only screen and (max-width: 1068px) {
  .grid-item-family-setup .tile-copy.tile-cta {
    width: 106%;
 }
}


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