/* Fix Apple Music Router Tile */

@media only screen and (min-width: 735px) {
	.page-overview .router-tile {
		width: 100%;
		min-height: auto;
	}
	.page-overview .nextrouter-image {
		left: 75%;
		transform: translateX(-50%);
	}
	.page-overview .music-tile .router-tile-copy {
		width: 50%;
		padding-top: 120px;
		padding-bottom: 70px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.page-overview .music-tile .router-tile-copy {
		padding-top: 90px;
		padding-bottom: 50px;
	}
	.page-overview .router-tile-inner {
		padding: 40px 20px;
	}
}
