/* Local Overrides */

/* iMac Tile */

@media only screen and (max-width: 1068px) and (min-width: 734px) {
	.section-announced .announced-item-imac .product-copy {
		max-width: 313px;
	}
}

/* Hero */
@media only screen and (min-width: 1069px) {
	.section-hero .hero-copy {
		max-width: 550px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-hero .hero-copy {
		max-width: 550px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-copy {
		margin-top: 25px;
		max-width: 290px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-announced .announced-item .copy-container .product-copy {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

@media only screen and (min-width: 735px) {
	.section-hero .post-event-links a:not(first-cbild) {
		margin-left: 9px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
	.section-announced
		.announced-item.announced-item-apple-watch-se
		.copy-container
		.product-copy {
		margin-left: auto;
		margin-right: auto;
		width: 264px;
	}
}
