.section-buttons-and-connectors .diagram-text.speaker-1 {
    transform: translate(-16px,0px);
}
@media only screen and (max-width: 1068px) {
    .section-buttons-and-connectors .diagram-text.speaker-1 {
        transform: translate(-2px,0px);
    }
}
@media only screen and (max-width: 734px) {
    .section-buttons-and-connectors .diagram-text.speaker-1 {
        transform: translate(-31px,0px);
    }
}

.section-buttons-and-connectors .diagram-text.speaker-2 {
    transform: translate(-17px,0px);
}
@media only screen and (max-width: 1068px) {
    .section-buttons-and-connectors .diagram-text.speaker-2 {
        transform: translate(-22px,0px);
    }
}
@media only screen and (max-width: 734px) {
    .section-buttons-and-connectors .diagram-text.speaker-2 {
        transform: translate(-30px,0px);
    }
}

.section-buttons-and-connectors .diagram-text.volume {
    transform: translate(0px,-13px);
}
@media only screen and (max-width: 1068px) {
    .section-buttons-and-connectors .diagram-text.volume {
        transform: translate(0px,-13px);
    }
}
@media only screen and (max-width: 734px) {
    .section-buttons-and-connectors .diagram-text.volume {
        transform: translate(0px,-17px);
    }
}

@media only screen and (max-width: 734px) {
    .section-buttons-and-connectors .diagram-text.microphone-2  {
        transform: translate(48px,0px);
    }
}
