.btn-video {
	background:transparent;
	border: 4px solid #FFF;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 18px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-video:hover {
	border: 4px solid #495f2b;
	background:rgba(0,0,0,0.3);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.video-with-overflow {
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out false;
	-o-transition: margin 0.3s ease-in-out false;
	transition: margin 0.3s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index:100;
}
#close-video-btn {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 36px;
	background:rgba(0,0,0,0.1);
	padding:8px;
	z-index: 10000000;
	cursor: pointer;
}
