

.video-banner {
	background: #000;
	color: #fff;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.vb-inner {
	margin: 0 1em;
	max-width: 1162px;
	position: relative;
	z-index: 1;
}
.video-banner p:not(.vb-button) {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
.vb-button, .vb-inner .vb-button {
	color: #fff;
	cursor: pointer;
	border: 2px solid;
	border-radius: 100px;
	padding: 0.6em 1em;
	display: block;
	margin: 1em auto 2em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 13px;
	max-width: 200px;
	text-align: center;
	transition: all 0.3s;
}
.biggun .vb-buttons {
	position: absolute;
	top: 1em;
	right: 2em;
}
.vb-hidden .vb-button {
	opacity: 0;
}
.biggun .vb-button {
	opacity: 1;
	transition-delay: opacity 1s;
}
.vb-button i {
	margin-left: 1em;
}



.biggun .vb-buttons .vb-button {
	margin: 0 auto 0.8em;
	background: #000;
	font-size: 10px;
}
@media all and (max-aspect-ratio: 3/2) {
	.biggun .vb-buttons {
		position: fixed;
		top: auto;
		right: 1em;
		left: 1em;
		bottom: 1em;
		text-align: center;
	}

	.biggun .vb-buttons .vb-button {
		font-size: 13px;
	}	
}

@media all and (min-aspect-ratio: 3/2) {
	.vb-buttons .vb-button {
		letter-spacing: -1em;
		color: rgba(255,255,255,0);
		border-color: #fff;
	}
	.vb-buttons .vb-button i {
		color: #fff;
		letter-spacing: 0.1em;
		margin-left: 0;
		min-width: 17px;
	}
	.vb-buttons .vb-button:hover i {
		color: #000 ;
	}
	.vb-buttons:hover .vb-button {
		letter-spacing: 0.1em;
		color: rgba(255,255,255,1);
	}

	.vb-buttons:hover .vb-button i {
		margin-left: 1em;
	}
}

.vb-button:hover {
	color: #000 !important;
	background: #fff !important;
	border-color: #fff !important;
}

.vb-inner > * {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}

.vb-content {
	padding: 1em 2em;
}

.vb-inner video {
	cursor: pointer;
	box-shadow: 0 0 50px #000;
	margin: 1em 0;
}

.video-wrapper {
	position: relative;
}

.biggun {
	position: fixed;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	background: #000a;
	text-align: center;
	animation-name: fade;
  	animation-duration: 0.8s;
  	animation-iteration-count: 1;
}
.video-banner .vb-hidden {
	display: none;
}
.also-play {
	cursor: pointer;
}
.biggun video {
	position: absolute;
	top: 2%;
	width: auto;
	left: 4%;
	right: 4%;
	max-width: 92%;
	height: auto;
	max-height: 96%;
	box-shadow: 0 0 150px 50px #000;
	margin: 0 auto;
	animation-name: slideD;
  	animation-duration: 2s;
  	animation-iteration-count: 1;
}



@keyframes fade {
  0%  {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes slideD {
  0%  {top: -50%; opacity: 0;}
  40% {top: -50%; opacity: 0;}
  100% {top: 2%; opacity: 1;}
}


.vb-inner .video-wrapper:after {
	content: '\f144';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 60px;

	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: all 0.2s;
}

.vb-inner .video-wrapper:hover:after {
	opacity: 0.9;
	transform: none;
}

.vb-inner .video-wrapper:active:after {
	opacity: 1;
	text-shadow: 0 0 20px #fff9;
	transition: all 0s;
}

video.bg {
	opacity: 0.7;
	filter: blur(15px);
	transform: scale(1.05);
	position: absolute;
	left: 0;
	z-index: 0;
	height: 100%;
	width: auto;
}


@media all and (min-width: 600px) {
	.vb-inner > * {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	video.bg {
		width: 100%;
		height: auto;
	}
	.biggun video {
		left: 10%;
		right: 10%;
		max-width: 80%;
	}

}

@media all and (min-width: 800px) {
	.vb-content {
		margin: 0 1em 0 2em;
	}
	.video-banner .vb-button {
		margin: 0 0 0 1em;
		display: inline-block;
	}
	.biggun .vb-buttons .vb-button {
		font-size: 13px;
	}
}

@media all and (min-width: 1200px) {
	.vb-inner {
		margin: 0 auto;
		max-width: 1162px;
	}
}
