.ds_hero {
	position: relative;	
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 780px){			
	.ds_hero {
		min-height: 200px;
	}
}
.ds_hero_img {
	width: 100%;
}
@media screen and (max-width: 780px){			
	.ds_hero_img {
		min-height: 200px;
	}
}
.ds_hero_contentwrap {
	position: absolute;
	top: 50%;
	width: 1175px;
	max-width: 100%;
	left: 50%;
	transform: translate( -50%, -50% );
	text-align: left;
}	
@media screen and (max-width: 1175px){			
	
	.ds_hero_contentwrap {
		padding: 0 10px;	
	}
	
}
.ds_hero_text1 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	line-height: 100%;	
}
@media screen and (max-width: 1000px){			
	.ds_hero_text1 {
		font-size: 40px;
	}	
}
@media screen and (max-width: 780px){			
	.ds_hero_text1 {
		font-size: 35px;
	}	
}
.ds_hero_text2 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}
@media screen and (max-width: 1000px){			
	.ds_hero_text2 {
		font-size: 40px;
	}	
}
@media screen and (max-width: 780px){			
	.ds_hero_text2 {
		font-size: 35px;
	}	
}
