/**
 * Responsive Video CSS
 *
 * http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 * ----------------------------------------------------------------------------
 */
video {
	width: 100%    !important;
	height: auto   !important;
}
.wc-responsive-video {
	position: relative;
	padding-bottom: 56.25%;