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

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