.map_hero-background_container {
	position: relative;
	height: 350px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 10%;
}

@media all and (max-width:767px){

}

@media all and (min-width:768px){

}

@media all and (max-width:999px){

}

@media all and (min-width:1000px){

}