/* background image */
.background-image {
	height: 710px;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 0;
	background-color: #000000;
}
.background-image img {
	position: absolute;
	left: 50%;
	height: 1212px;
	width: auto;
	max-width: none;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	opacity: .5;
}

@media(max-width: 1024px) {
	.background-image {
		height: 1000px;
	}
}