/* Header */
.large-header {
	position: absolute;
	width: 100%;
	height: 100%;
	background: fixed;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

