/* Speaking aside, tablet layer (≥768). Sticky column beside the main content. */
@media (min-width:768px){
	.speaking-aside{position:sticky;top:110px}
}
