.layout-header .header{
	height: 20vh;
    min-height: 400px;
    margin-bottom: 3em;
}
.parallax-mirror{
	z-index: 0 !important;
	height: 20vh;
	min-height: 400px;
}
.layout-header .background>h2 {
    font-size: 30px;
    text-transform: uppercase;
    width: 75%;
    margin: 1.5em 0 0 0;
}
.layout-header .background>h3 {
    font-size: 20px;
    width: 67%;
    margin: 0;
}
.layout-header .background {
	min-height: 400px;
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.65) 33%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%);
    padding: 5em 1em 1em 5em;
    background-position: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20vh;
}
.layout-header .caption{
    padding: 0 1em;
    color: white;
    background: rgba(0,0,0,0.5);
    border-radius: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.layout-header .caption * a{
    text-decoration: none;
    color: inherit;
}

@media (max-height:800px){
	.layout-header .header>.background>h2 {margin: 0.5em 0 0 0;}
}