/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.typography-body-reduced-tight .caption .left {
	left: -10px;
}

@media only screen and (max-width: 734px) {
	.section-size-weight .image-wrapper.figure-side-view .caption-height {
		transform: translate(110px, 4px);
	}

	.section-size-weight .image-wrapper.figure-top-view .caption-depth {
		transform: translate(117px, 81px);
	}
}

.section-environment-alt {
	margin-bottom: 20px;
}

@media only screen and (min-width: 1069px) {
	ul.techspecs-os-features li:nth-child(3), ul.techspecs-os-features li:nth-child(4) {
		margin-left: -4em;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	ul.techspecs-os-features li:nth-child(3), ul.techspecs-os-features li:nth-child(4) {
		margin-left: -2em;
	}
}

@media only screen and (min-width: 1069px) {
	.display-large {
		display: block;
	}

	.display-medium {
		display: none;
	}

	.display-small {
		display: none;
	}

	.hide-large {
		display: none;
	}

	.hide-medium {
		display: block;
	}

	.hide-small {
		display: block;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.display-large {
		display: none;
	}

	.display-medium {
		display: block;
	}

	.display-small {
		display: none;
	}

	.hide-large {
		display: block;
	}

	.hide-medium {
		display: none;
	}

	.hide-small {
		display: block;
	}
}

@media only screen and (max-width: 734px) {
	.display-large {
		display: none;
	}

	.display-medium {
		display: none;
	}

	.display-small {
		display: block;
	}

	.hide-large {
		display: block;
	}

	.hide-medium {
		display: block;
	}

	.hide-small {
		display: none;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
