/* Local Overrides */

/* Snipes */
/* Small */
@media only screen and (max-width: 734px) {
	.section-design
		.section-content-block-ipad
		.hardware-fan
		.overview-design-fan-snipe1,
	.section-design .section-content-block-ipad .hardware-fan .snipe-1 {
		transform: translate(-123px, -29px);
	}
}

/* Hero */
@media only screen and (max-width: 1068px) {
	.hero-copy .typography-overview-hero-cta.availability {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 1069px) {
	.hero-copy .typography-overview-hero-cta.availability {
		max-width: 250px;
	}
}
