.text-inner {
	position:relative;
	z-index:4;
	height: 275px;
	top: 50%;
	margin-top: -136px;
}

.text-inner h6 {
	font-size: 17px;
	line-height: 20px;
	color: #000;
}

.text-inner a.anchor {
	font-family: 'AvantGardeGothicITCW01B 731069';
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	display: inline-block;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	border: 6px solid #fff;
	padding: 30px 38px 29px 38px;
}

.text-inner a.anchor:hover {
	background-color: rgba(255,255,255,.2);
}

.text-inner a.anchor span {
	font-family: 'AvantGardeGothicITCW01D 731075';
	text-transform: uppercase;
	font-size: 60px;
}

.text-inner a.anchor span.spantwo {
	font-family: 'AvantGardeGothicITCW01B 731069';
	font-size: 48px !important;
	line-height: 48px;
	color: #fff;
	text-transform: none !important;
}

.text-inner span.scrollview {
	font-family: 'AvantGardeGothicITCW01B 731069';
	display: block;
	padding-top: 19px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.video-block {
	background-position: center center;
	background-repeat: repeat;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	float: none;
	text-align: center;
	margin: 0;
	margin-bottom: 60px;
	display: none;
}

.background-video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay {
	background-position: center center;
	background-repeat: repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	overflow:hidden;
	opacity: 0.4;
	background:#000000;
}

@media all and (max-width: 768px) {
	.text-inner a.anchor {
		font-size: 24px;
		line-height: 32px;
		border: 3px solid #fff;
	}
	.text-inner a.anchor span {
		text-align: center;
		float: left;
		clear: both;
		width: 100%;
		margin: 15px 0;
		font-size: 48px;
	}
	.text-inner a.anchor span.spantwo {
		font-size: 24px !important;
		line-height: 0;
		text-align: center;
		float: left;
		clear: both;
		width: 100%;
	}
}