/* Extra width for hero copy line breaks */
@media only screen and (min-width: 1069px) {
	.section-hero div[data-component-list="HeroComponent"] .intro-text {
		max-width: 960px;
	}
}

/* Fix for clipped tone marks on shortcuts tile */
.section-shortcuts-on-mac .grid-item-prebuilt .tile-body .prebuilt-shortcut-header {
	padding-top: 0.15em;
}

/* Fix Hide My Email */
.section-icloud-plus .grid-item-hide-my-email .tile-image {
	width: 1210px;
	height: 608px;
	background-size: 1210px 608px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1068px) {
	.section-icloud-plus .grid-item-hide-my-email .tile-image {
		width: 794px;
		height: 415px;
		background-size: 794px 415px;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 734px) {
	.section-icloud-plus .grid-item-hide-my-email .tile-image {
		width: 480px;
		height: 316px;
		background-size: 480px 316px;
		background-repeat: no-repeat;
	}
}

/* Fix Live Text tile */

@media only screen and (min-width: 1069px) {
	.section-live-text .grid-item-in-apps .image-wrapper {
		max-width: 1391px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-live-text .grid-item-in-apps .image-wrapper {
		width: 100%;
		max-width: unset;
	}
}

@media only screen and (max-width: 734px) {
	.section-live-text .grid-item-in-apps .image-wrapper {
		max-width: unset;
	}
}

@media only screen and (min-width: 1069px) {
	.section-live-text .grid-item-in-apps .tile-image {
		width: 1390px;
		height: 515px;
		background-size: 1390px 515px;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-live-text .grid-item-in-apps .tile-image {
		background-size: cover;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-live-text .grid-item-in-apps .tile-image:after {
		padding-bottom: 34.6303501946%;
	}
}

@media only screen and (max-width: 734px) {
	.section-live-text .grid-item-in-apps .tile-image {
		width: 480px;
		height: 238px;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

html.enhanced .section-quick-notes-and-notes .grid-item-tags .tags-container {
	display: block;
}

@media only screen and (max-width: 734px) {
	html.enhanced .section-quick-notes-and-notes .grid-item-tags .tags-container {
		visibility: visible;
	}
}
