@import "bootstrap.css";
@import "fonts.css";
@import "style.css";
@import "site.css";

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoHeader{
	position:absolute;
	right:20px;
	top:20px;
	z-index:999;
	width:560px;
	height:315px;
	
}
.videoHeader iframe{
}