/* LOCAL OVERRIDES */

/* Tamanho e peso Override */

@media only screen and (min-width: 1069px) {
	.section-size .column-11-inch .diagram-text-width {
		top: unset;
	}
	.section-size .column-11-inch .diagram-text-height {
		top: 25px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-size .column-11-inch .diagram-text-height {
		top: 13px;
	}
	.section-size .column-12-inch .diagram-text-height {
		top: 2px;
	}
}

@media only screen and (max-width: 734px) {
	.section-size .column-11-inch .diagram-text-height {
		top: 3px;
	}
	.section-size .column-12-inch .diagram-text-height {
		top: -2px;
	}
}

@media only screen and (min-width: 1442px) {
	.section-techspecs .diagram-text-depth {
		margin-top: 6px;
	}

	.section-size .image-dimensions-ipadAir-13 .diagram-text-depth {
		margin-top: 9px;
	}
	.section-size .image-dimensions-ipadAir-11 .diagram-text-depth {
		margin-top: 13px;
	}
}

@media only screen and (max-width: 1441px) {
	.section-techspecs .diagram-text-depth {
		margin-top: 9px;
	}

	.section-size .image-dimensions-ipadAir-13 .diagram-text-depth {
		margin-top: 9px;
	}
	.section-size .image-dimensions-ipadAir-11 .diagram-text-depth {
		margin-top: 13px;
	}
}

@media only screen and (max-width: 1069px) {
	.section-size .image-dimensions-ipadAir-13 .diagram-text-depth {
		margin-top: 5px;
	}
	.section-size .image-dimensions-ipadAir-11 .diagram-text-depth {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 426px) {
	.section-size .image-dimensions-ipadAir-11 .diagram-text-depth {
		margin-top: 6px;
	}
	.section-size .image-dimensions-ipadAir-13 .diagram-text-depth {
		margin-top: 6px;
	}
}

/* BUTTONS - CONNECTORS */
@media only screen and (min-width: 1069px) {
	.section-buttons-and-connectors .caption-speaker-1,
	.section-buttons-and-connectors .caption-speaker-2 {
		left: 168px;
	}
	.section-buttons-and-connectors .caption-usb-connector {
		left: 550px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-buttons-and-connectors .caption-speaker-1,
	.section-buttons-and-connectors .caption-speaker-2 {
		left: 120px;
	}
	.section-buttons-and-connectors .caption-usb-connector {
		left: 405px;
	}
}

@media only screen and (max-width: 734px) {
	.section-buttons-and-connectors .caption-speaker-1,
	.section-buttons-and-connectors .caption-speaker-2 {
		left: -44px;
	}
	.section-buttons-and-connectors .caption-usb-connector {
		left: -34px;
	}
}
