/*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;
	}
}
