.audiovideo {
	/* Sowohl für Audio- als auch Videoplayer: Nicht breiter als der Inhalt! */
	width: 98%;
	max-width: 100%;
	height: auto;
}
audio.audiovideo {
	/* Audioplayer hier nach Belieben stylen */
}
video.audiovideo {
	/* Videoplayer hier nach Belieben stylen */
	margin-top: 3px;
}