#readpeaker_wrapper {
	position: fixed;
	top: 130px;
	right: 30px;
	z-index: 10000;
}

@media all and (max-width: 1023px) {
	#readpeaker_wrapper {
		top: 65px;
		right: 20px;
	}
}