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

.section-hardware .techspecs-column .image-hardware-connectors .diagram-text {
	position: absolute;
	line-height: 1.2;
}

@media (min-width: 1069px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
		width: 200px;
		top: 146px;
		line-height: 16px;
	}

	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-sensor {
		top: 83px;
		line-height: 16px;
	}
}

@media (max-width: 1068px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
		top: 104px;
		width: 135px;
		line-height: 12px;
	}
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-sensor {
		width: 130px;
		line-height: 12px;
	}
}

@media (max-width: 734px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
		top: 253px;
		width: 135px;
		line-height: 12px;
	}
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-sensor {
		width: 130px;
		line-height: 12px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
