@charset "UTF-8";
/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit 
  the CSS below. Click "details" 
  below to add comments or questions.
  This file uses some SCSS. Learn more  
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  http://codepen.io/heff/pen/EarCt/left/?editors=010
*/

.vjs-ms-skin .vjs-big-play-button {
	/* video-js font-size is 10px, then 3em equals 30px.*/
	font-size: 4em;
	/* 1.5em = 45px default */
	line-height: 2.133333333333333em;
	height: 2.133333333333333em;
	width: 2.133333333333333em;
	/* 0.06666em = 2px default */
	border: 0.06666em solid #fff;
	/* 0.3em = 9px default */
	border-radius: 0.3em;
	/* Align top left. 0.5em = 15px default */
	left: 50%;
	top: 50%;
	margin: -1.066666666666667em 0 0 -1.066666666666667em;
	background-color: transparent;
	
	border: none;
	background: transparent url(../../images/common/play-btn.svg) no-repeat center center;
	/*background-color: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: saturate(90%) blur(10px);
	backdrop-filter: saturate(90%) blur(10px);
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);*/
	
	
	-webkit-transition: all 0.26s;
	-moz-transition: all 0.26s;
	-o-transition: all 0.26s;
	transition: all 0.26s;
	overflow: hidden;
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
	background-color: transparent;
	
	-webkit-transition: all 0.26s;
	-moz-transition: all 0.26s;
	-o-transition: all 0.26s;
	transition: all 0.26s;
}
.vjs-ms-skin .vjs-play-progress:before {
	top: 0.233333em;
}
.vjs-ms-skin .vjs-slider-horizontal .vjs-volume-level:before {
	top: 0.233333em;
}
.vjs-ms-skin .vjs-poster {
	background-size: cover;
}

.vjs-ms-skin .vjs-mouse-display:after, .vjs-ms-skin .vjs-play-progress:after, .vjs-ms-skin .vjs-time-tooltip {
	padding: 5px 8px 4px;
	line-height: 1.2;
}

.video-js .vjs-big-play-button:before {
	display: none;
	font-size: 1.1em;
	line-height: 1.3;
}
