.grax_hero_wrap_video{
	width: 100%;
	height: 650px;
	position: relative;
}
.grax_hero_wrap_video .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
}
.grax_hero_wrap_video .container{height: 100%;}
.grax_hero_wrap_video .hero_texts{
	position: absolute;
	z-index: 2;
	width: 100%;
	opacity: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.grax_hero_wrap_video .hero_texts h3{
	color: #fff;
	font-size: 75px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	line-height: 1;
}
.grax_hero_wrap_video .hero_texts .subtitle{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	/*color: #fff;*/
}
.grax_tm_animation_text_word{
	color: #fff;
}
.grax_hero_wrap_video .hero_texts .name{margin-bottom: 5px;}
.grax_hero_wrap_video .hero_texts > h3,
.grax_hero_wrap_video .hero_texts > h3 span{
	font-size: 26px;
}
.grax_hero_wrap_video .www.a{
	max-width: 750px;
	width: 100%;
	margin: 0px auto;
}
.grax_hero_wrap_video .socials ul{
	margin: 0px;
	list-style-type: none;
}
.grax_hero_wrap_video .socials ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.grax_hero_wrap_video .socials ul li a{
	text-decoration: none;
	color: #fff;
	transition: all .3s ease;
}
.grax_hero_wrap_video .socials ul li a:hover{color: #ff214f;}