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

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

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

@media only screen and (max-width: 734px) {
	.section-input .grid-content .grid-item:nth-child(1) .techspecs-list .list-item:nth-child(2) {
		margin-top: 2.3em;
	}

	.section-in-the-box-content .grid-content .techspecs-list:nth-child(1) .list-item:nth-child(3) {
		margin-top: 1.9em;
	}

	.section-storage .grid-content .grid-item:nth-child(1) .storage-content {
		margin-top: 35px;
	}

	.section-input .grid-content .grid-item:nth-child(2) .techspecs-list-disc .list-item:nth-child(1) {
		margin-top: 50px;
	}
}

.section-content {
	margin-bottom: 20px;
}

.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-first-column {
	width: 50%;
}

.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-second-column {
	width: 47%;
}

@media only screen and (max-width: 734px) {
	.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-first-column {
		width: 100%;
	}
	.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-second-column {
		width: 100%;
	}
}

.section-techspecs .section-at-a-glance .grid-content .grid-item-retina-display .grid-item-headline {
	margin-top: -15px;
}

.section-techspecs .section-colors .gallery-item .ar-gallery-link .icon {
	text-decoration: none;
}

.section-techspecs .section-colors .gallery-item .ar-gallery-link .icon:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-chip .list-item {
		width: 110px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-size-weight .size-weight-picture .caption:nth-of-type(2) {
		right: 10px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-connections-expansion .section-header .typography-specs-section-headline {
		width: 180px;
	}
}

br.small {
	display: none;
}
br.medium {
	display: none;
}
br.large {
	display: block;
}
@media only screen and (max-width: 1068px) {
	br.small {
		display: none;
	}
	br.medium {
		display: block;
	}
	br.large {
		display: none;
	}
}
@media only screen and (max-width: 734px) {
	br.small {
		display: block;
	}
	br.medium {
		display: none;
	}
	br.large {
		display: none;
	}
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
