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

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

@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;
	}
}
/* fix 20_07_22  */
@media only screen and (max-width: 734px) {
	.section.section-compare .compare-table .cell.audio .column {
		width: 85%;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-compare .compare-table .cell.storage {
		width: 85%;
		margin-top: 0;
	}
}
@media only screen and (max-width: 734px) {
	.section.section-compare .compare-table .cell.camera .column {
		width: 90%;
	}
}
@media only screen and (max-width: 734px) {
	.section.section-compare .compare-table .cell.battery .column {
		width: 80%;
	}
}
