/*Local Overrides*/

@media only screen and (min-width: 1069px) {
	.section-value-props .offer {
		padding: 34px;
	}

	.section-value-props .offer:nth-child(2) {
		padding-right: 31px;
	}
}

/*Changing Headline*/
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 450px) {
	.section-hero .lockup-wrapper {
		top: 150px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 170px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 280px) {
	.section-hero .lockup-wrapper {
		top: 190px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 235px) {
	.section-hero .lockup-wrapper {
		top: 220px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .lockup-wrapper {
		top: 135px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 734px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 200px;
	}
}

/* Availability learn more */

@media only screen and (min-width: 460px) and (max-width: 474px) {
	#accordion-item-1-tray a.more {
		max-width: 400px;
		display: inline-block;
	}
}

/* Controller learn more */

@media only screen and (max-width: 383px) {
	#accordion-item-6-tray a.more {
		max-width: 300px;
		display: inline-block;
	}
}

/* Section Devices */
.section-devices .devices.spacing-updates.build-in > div:nth-child(4) {
	margin-top: 0;
}

.section-devices .devices.spacing-updates {
	max-width: 794px;
}

@media only screen and (max-width: 1068px) {
	.section-devices .devices.spacing-updates.build-in > div:nth-child(4) {
		margin-top: 31px;
	}
}

@media only screen and (min-width: 506px) and (max-width: 677px) {
	.section-devices .devices.spacing-updates {
		max-width: 350px;
	}
}

@media only screen and (max-width: 734px) {
	.section-devices .devices.spacing-updates .device:nth-child(3) {
		margin-top: 31px;
	}
	.section-devices .devices.spacing-updates .device:nth-child(4) {
		margin-top: 31px;
	}
}
