/* LOCAL OVERRIDES */

@media only screen and (max-width: 767px) and (min-width: 735px) {
	.section-buttons-and-connectors .caption-microphone-2,
	.caption-magnetic-connector {
		font-size: 11px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-buttons-and-connectors .caption-volume {
		top: 88px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-buttons-and-connectors .caption-volume {
		top: 65px;
		right: 58px;
	}
}
@media only screen and (max-width: 734px) {
	.section-buttons-and-connectors .caption-volume {
		top: 54px;
		right: 58px;
		width: 100%;
	}
}

/* Tech Specs */
@media only screen and (max-width: 433px) {
	.no-wrap {
		white-space: nowrap;
	}
}

/* iCal Icon */
.section-built-in-apps .techspecs-app-icon-calendar,
.section-free-apps .techspecs-app-icon-calendar {
	background-image: url("/ca/fr/ipad-air/images/specs/icon_calendar__fj812fzrcdqq__large.png");
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-built-in-apps .techspecs-app-icon-calendar,
	.section-free-apps .techspecs-app-icon-calendar {
		background-image: url("/ca/fr/ipad-air/images/specs/icon_calendar__fj812fzrcdqq__large_2x.png");
	}
}
