/*
    vimeoEmbedder Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#video .video-container {position: relative; border: 0px;}
#video .video-container img {width:100%; height:100%;}
#video iframe, #video video {
	display: block; 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
}

.play {
	cursor: pointer; 
	height: 100%; 
	/*left: 50%; */
	/*margin: -45px 0 0 -58px; */
	/*padding: 25px; */
	position: absolute; 
	/*top: 48%; */
	width: 100%; 
	z-index: 1;
	opacity: .65;
	transition: all .15s ease-in-out;
	background: url("../_images/play.png") no-repeat scroll center center rgba(255,255,255,0); 
}

.play:hover{
	background: url("../_images/play.png") no-repeat scroll center center rgba(3,147,255,.0);
	opacity: 1;
}

.play span {
	background: url("../_images/play.png") no-repeat scroll center center rgba(256,256,256,0); 
	/*border-radius: 100%; */
	box-shadow: none; 
	display: block; 
	height: 100%; 
	opacity: 0; 
	width: 100%; 
	/*border: 1px solid #222222;*/

}
