.videowrapper {
	float:none;
	clear:both;
	width:100%;
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}
.videowrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.embed-container {
	position:relative;
	padding-bottom:56.25%;
	overflow:hidden;
	max-width:100%;
	height:auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*
@media (min-width:725px) {
	.videowrapper {
		width:640px;
		padding-bottom:360px;
	}
}
*/
@media (min-width:565px) {
	.videowrapper {
		width:480px;
		padding-bottom:270px;
	}
}
@media (min-width:565px) and (max-width:991px) {
	.videowrapper {
		margin:0 auto;
	}
}
@media (min-width:992px) {
	.videowrapper {
		float:left;
		margin:0;
	}
	#product-videos .texte {
		width:390px;
		float:left;
		margin-left:20px;
	}
	#product-videos .texte h4 {
		margin-top:0;
	}
}
@media (min-width:1200px) {
	#product-videos .texte {
		width:630px;
	}
}
