.buystrip-hero .help {
	margin-top: unset;
}

@media (min-width: 735px) {
	.buystrip-hero .help {
		grid-column: span 6;
	}
}

/* Fix diagram */

.section-external .image-external-connectors .diagram-text.diagram-speaker {
    width: 102px;
}

@media(max-width: 1068px) {
	.section-external .image-external-connectors .diagram-text.diagram-ring {
        left: 370px;
    }
}

@media(max-width: 734px) {
	.section-external .image-external-connectors .diagram-text.diagram-volume {
		width: 50px;
	}
	.section-external .image-external-connectors .diagram-text.diagram-ring {
        left: auto;
    }
}