/* LOCAL EDITS */
/* compare section */
@media only screen and (max-width: 734px) {
	.section.section-compare .compare-table .cell.storage {
		width: 80%;
	}
}

/* apple business tile */
.section-routers .router-item-business {
	height: 600px;
	background-color: #fff;
}

.section-routers .overview-business {
	width: 100%;
}

/* business tile */
@media only screen and (min-width: 1069px) {
	.section-routers .router-item-business .router-item-copy {
		min-width: 600px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 734px) {
	.router-item-business .router-item-content {
		margin-top: 142px !important;
	}
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item-business {
		height: 400px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item-business {
		height: 506px;
	}
}
