/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.image-run-club {
	background-image: url(/pl/apple-watch-nike/images/watchos/nike-apps/nrc/run_club__dsfzslnqtrsm_large.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
	.image-run-club {
		background-image: url(/pl/apple-watch-nike/images/watchos/nike-apps/nrc/run_club__dsfzslnqtrsm_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-run-club {
		background-image: url(/pl/apple-watch-nike/images/watchos/nike-apps/nrc/run_club__dsfzslnqtrsm_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) {
	.image-run-club {
		background-image: url(/pl/apple-watch-nike/images/watchos/nike-apps/nrc/run_club__dsfzslnqtrsm_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-run-club-2 {
		background-image: url(/pl/apple-watch-nike/images/watchos/nike-apps/nrc/run_club_02__fdqpaf62p7ue_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-run-club-2 {
		background-image: url(/pl/apple-watch-nike/images/watchos/nike-apps/nrc/run_club_02__fdqpaf62p7ue_small_2x.jpg);
	}
}

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

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-sport-band .content-wrapper {
		max-width: 642px;
	}

	.section-sport-band .subcontent-wrapper {
		max-width: 642px;
	}

	.section-pretty-face .content-wrapper {
		max-width: 642px;
	}

	.section-run-club .fifty-fifty .tile-goals .copy-wrapper {
		max-width: 300px;
	}

	.section-sport-band .statistics-copy {
		max-width: 230px;
	}

	.section-sport-band .statistics .stat-wrapper {
		padding-right: 15px;
		box-sizing: content-box;
	}

	.section-sport-loop .statistics-copy {
		max-width: 230px;
	}

	.section-sport-loop .statistics .stat-wrapper {
		padding-right: 15px;
		box-sizing: content-box;
	}
}

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