#home-header .container {
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
}

#home-header .item .container .inner-text {
	bottom:0 !important;
}

.location h2:after {
	right: initial !important;
}

@media (max-width:767px) {
	.location {
		margin: 65px 0 150px !important;
	}	
}