/* Video-js styles */
.vjs-poster{
	background-size:cover;
}

.video-js .vjs-big-play-button{
	font-size:3em;
	height:2.5em;
	line-height:2.8em;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border:none;
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color:rgba(255,255,255,0.8);
}

	.video-js .vjs-big-play-button:hover{
		opacity:0.8;	
	}

	.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus{
		background-color:transparent;
	}

	.video-js.vjs-paused .vjs-tech,
	.video-js.vjs-paused .vjs-poster{
		opacity:0.3;
	}
	
	.vjs-paused .vjs-big-play-button{
		display:block;
	}
		