/* arrow start */
.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after{position: relative;}
/* arrow end */

@media only screen and (max-width: 734px) {
	.techspecs.with-2-columns .techspecs-columnheader:nth-child(2n+4),.techspecs.with-2-columns .techspecs-column:nth-child(2n+4) {
	    margin-left: 0
	}
}

.section-external .image-external-connectors .diagram-text.diagram-speaker-mic {
	left: 615px
}

.section-external .image-external-connectors .diagram-text.diagram-speaker {
    left: 254px;
}

@media only screen and (max-width: 1068px) {
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic {
        left: 406px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-speaker {
        left: 176px;
    }
    .section-external .image-external-connectors .diagram-text.diagram-ring {
    	width: 62px;
    }
}

@media only screen and (max-width: 734px) {
    .section-external .image-external-connectors .diagram-text.diagram-speaker-mic {
        left: 25px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-speaker {
        left: 113px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-ring {
    	width: 62px;
    }
    
    .section-external .image-external-connectors .diagram-text.diagram-mic {
    	left: 3px;
    }
}