.custom-header {
	display: table;
	height: 75vh;
	width: 100%;
	position: relative;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media img {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
	top: 0;
	padding-bottom: 1px;
	transform: none;
}

.site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
	padding: 16px 0;
	position: relative;
	transition: margin-bottom;
	z-index: 3;
	margin-bottom: 0;
}


.site-branding a {
	text-decoration: none;
	translate: opacity .2s;
}

.site-branding a:hover {
	opacity: .7;
}

.site-branding-text {
	display: inline-block;
	vertical-align: middle;

}

.site-title a {
	color: #fff;
	font-size: 24px;
}

.site-description {
	color: #fff;
	opacity: .8;
}

.block-cover {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
}

.block-cover.home-bakcground-color {
	background-color: #000;
}

.block-cover.home-bakcground-image {
	background-image: url("../images/home_background.jpg");
}

.block-cover .block-cover__inner-container {
	width: calc(100% - 70px);
	z-index: 1;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: calc(100vh - 32px);
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
		position: relative;
	}

	.site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
		margin-bottom: 72px;
	}

	.site-description {
		font-size: 16px;
	}

	.site-title a {
		font-size: 36px;
	}
}

@media screen and (min-width: 480px) {
	.site-branding {
		padding: 48px 0;
	}
}