@charset "utf-8";

/*.video{
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}*/

.video .youtube-play{
  content: "";
  background-image: url('../images/icon_play.svg');
  background-repeat: no-repeat;
  background-position: center center;

  -moz-background-size: 90px 90px;
  -webkit-background-size: 90px 90px;
  background-size: 90px 90px;

  height: 100%;
  width: 100%;
  top:0;
  left:0;

  z-index: 3;
}

.video .fancy-video{
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  display: block;
}

.video .fancy-overlay{
	content: "";
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.2);
  z-index: 2;
}
