/*
 * ALL - Header Image
 */

.cvh-header-image {
	margin-top:10.5rem;
}
.cvh-header-image .header-image {
    width: 100%;
    height:15rem;
    margin: auto;
    background-size: cover;
    background-position: center center;   
}
.cvh-header-image > .container {
    position: relative;
    bottom: 22.5rem;
}

.cvh-header-image-slug {
    font-size: 1.8rem;
    position: absolute;
    background-color: hsla(0, 0%, 100%, 0.8);
    min-height: 0;
    border-radius: 1rem;
    padding: 0 3rem;
}

.cvh-header-image-slug h1 {
    font-family: 'Lato';
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.cvh-header-image-slug p {
    margin-bottom: 1.5rem;
}

/*
 * ALL - Header Image Frontpage
 */
@media (min-width: 500px) {
	.cvh-header-image div.cvh-all-header-image-frontpage {
		height:25rem;
	}
}

@media (min-width: 768px) {
	.cvh-header-image div.cvh-all-header-image-frontpage {
		height:35rem;
	}
}

@media (min-width: 992px) {
	.cvh-header-image div.cvh-all-header-image-frontpage {
		height:40rem;
	}
	.cvh-header-image .header-image {
		height:20rem;
	}
}

@media (min-width: 1200px) {
	.cvh-header-image div.cvh-all-header-image-frontpage {
		height:48rem;
	}
}

