/* Icon alignment fix */
@media only screen and (max-width: 414px) {
	.page-overview .section-ipad-and-mac .icon-container .icon-wrapper .caption {
		width: 70px;
		margin-left: -6px;
	}
}

@media only screen and (max-width: 320px) {
	.page-overview .section-ipad-and-mac .icon-container .icon-wrapper .caption {
		margin-left: -12px;
	}
}