.wc-video-block {
	position: relative; 
	max-width: 550px; 
	margin: 1em auto;
	}
	.wc-video-block img {
		display: block; 
		width: 100%;
	}
	.wc-video-block a {
		display: block; 
		position: absolute; 
		top: 0; 
		right: 0; 
		bottom: 0; 
		left: 0;
		}
		.wc-video-block a:before {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			margin: -40px 0 0 -40px; 
			content: ''; 
			display: block; 
			background: #fff; 
			background: rgba(255,255,255,.8); 
			width: 80px; 
			height: 80px; 
			-moz-border-radius: 9999px; 
			-webkit-border-radius: 9999px; 
			border-radius: 9999px;
			border: 1px solid #000;
		}
		.wc-video-block a:after {
			position: absolute; 
			top: 50%; 
			left: 50%; 
			margin: -15px 0 0 -10px; 
			content: ''; 
			display: block; 
			width: 0px; 
			height: 0px; 
			border-style: solid; 
			border-width: 15px 0 15px 26.0px; 
			border-color: transparent transparent transparent #000;
		}
		.wc-video-block a:hover,
		.wc-video-block a:active,
		.wc-video-block a:focus {
			zoom: 1; 
			filter: alpha(opacity=70); 
			opacity: 0.7;
		}
		.wc-video-block a span {
			display: none;
		}
