.custom_br-xs {
	display: none;
}
@media only screen and (max-width: 336px) {
	.custom_br-xs {
		display: block;
	}
}

.custom_br-screen {
	display: none;
}
@media only screen and (max-width: 415px) {
	.custom_br-screen {
		display: block;
	}
}

/* section Health - hero Small */
@media only screen and (max-width: 734px) {
	.section-health .section-hero-health .copy-block-copy {
		max-width: 268px;
	}
}
/* Fitness copy - Medium */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-fitness .section-hero-fitness .copy-block {
		top: 700px;
	}
}

/* Depth copy - Large */
@media only screen and (min-width: 1069px) {
	.section-fitness-depth .section-content .copy-block-copy {
		padding-right: 25px;
	}
}

.custom_icon-pb {
	padding-bottom: 17px;
}

@media only screen and (max-width: 355px) {
	.product-tile-ctas.product-tile-ctas-stacked.product-tile-ctas-primary.typography-product-tile-ctas
		.button {
		font-size: 13px;
	}
}

/* why apple */
@media only screen and (min-width: 1069px) {
	#gallery-item-apple-store-app.icon-card
		.tile-content
		.typography-icon-card-headline {
		width: 298px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	#gallery-item-apple-store-app.icon-card
		.tile-content
		.typography-icon-card-headline {
		width: 259px;
	}
}

@media only screen and (min-width: 1069px) {
	#gallery-item-personal-session.icon-card
		.tile-content
		.typography-icon-card-headline {
		width: 298px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	#gallery-item-personal-session.icon-card
		.tile-content
		.typography-icon-card-headline {
		width: 259px;
	}
}
@media only screen and (max-width: 734px) {
	#gallery-item-personal-session.icon-card
		.tile-content
		.typography-icon-card-headline {
		width: 179px;
	}
}
