/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/

a.media-flv {
	display: block;
	margin: 0.618em auto;
}

.media-content {
	position: relative;
	max-width: 100%;
}

.media-content object,
.media-content embed,
.media-content video,
.media-content iframe,
.media-content [class$="-player"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
