/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.section-display .image-display-iphone {
	background-image: url(/gr/iphone-17/images/specs/display_iphone__e02nc45das8y_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-display .image-display-iphone {
		background-image: url(/gr/iphone-17/images/specs/display_iphone__e02nc45das8y_large_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-display .image-display-iphone {
		background-image: url(/gr/iphone-17/images/specs/display_iphone__e02nc45das8y_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-display .image-display-iphone {
		background-image: url(/gr/iphone-17/images/specs/display_iphone__e02nc45das8y_small_2x.jpg);
	}
}
/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

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

@media only screen and (max-width: 734px) {
	.section-external .image-external-connectors .diagram-text.diagram-side {
		width: 60px;
	}

	.section-external .image-external-connectors .diagram-text.diagram-camera-control {
		width: 75px;
	}
}

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