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

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

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

.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	.show-for-large {
		display: none;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-small {
		display: block;
	}
	.show-for-xs {
		display: block;
	}
}

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

@media (min-width: 1068px) {
	.section-size-weight .size-weight-picture .caption:nth-of-type(2) {
		right: -47px;
	}
}

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

@media (max-width: 1068px) and (min-width: 734px) {
    .section-size-weight .size-weight-picture .caption:nth-of-type(3) {
        bottom: -27px;
        right: 89px;
    }
}

@media only screen and (min-width: 1069px) {
	.section-at-a-glance .grid-item-apple-intelligence {
		top: -3px;
	}
	.section-at-a-glance .grid-item-camera {
		top: -1px;
	}
	.section-at-a-glance .grid-item-keyboard .grid-item-copy .typography-specs-aag-headline {
		margin-top: 22px;
	}
	.section-at-a-glance .grid-item-apple-intelligence .grid-item-copy .typography-specs-aag-headline {
		margin-top: 21px;
	}
}

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