/* START - Fix for Hardware Section Diagram */
.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-sensor {
	width: 180px;
}

@media (max-width: 1068px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-sensor {
		width: 122px;
	}
}

@media (max-width: 734px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-sensor {
		width: 180px;
	}
}

.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
	width: 190px;
}

@media (max-width: 1068px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
		width: 142px;
	}
}

@media (max-width: 734px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-text.diagram-optical {
		width: 160px;
	}
}
/* END - Fix for Hardware Section Diagram */
