iframe#pureproductvideo {
	display: block;
	margin: 25px auto;
	max-width: 100%;
}

.product-video-embedder {
	/* max-width: 560px; */
	margin: auto;
}

.product-video-embedder > div {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.product-video-embedder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}