.section-library .tabnav-item:last-child {
	display: none !important;
}

@media only screen and (max-width: 734px) {
	.section-library .tabnav-items {
		display: inline-block;
	}
}

.section-devices .devices-container {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Progress Tile */
/* Half Width */

.section-tiles .grid .tile-progress.tile-half .tile-image {
	justify-content: flex-end;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-tiles .grid .tile-progress.tile-half .tile-content {
		flex-direction: column;
	}

	.section-tiles .grid .tile-progress.tile-half .copy-container {
		max-width: none;
	}

	.section-tiles .grid .tile-progress.tile-half .tile-image {
		justify-content: center;
		margin-block-start: 40px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-tiles .overview-icloud-sync {
		min-height: 252px;
	}
}
