/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.hero_section{
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}
.hero_section .hero_content{
	position: relative;
	z-index: 2;
}
.hero_section .hero_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 40px;
	overflow: hidden;
}
