#header-img-01{
	background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    position:relative;
    z-index:-2;
}
.layer{
	background-color:rgba(0,0,0,.6);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.title-wrap{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height: 2rem;
    margin: auto;
    color: #fff;
    text-align: center;
}
.title-wrap h1{
	font-size:5rem;
}

@media (max-width: 414px) {
.title-wrap h1{
	font-size:3rem;
}
.title-wrap {
    height: 11rem;
}
#header-img-01{
	background-attachment: unset;
    background-position: center;
}

.page #header-img-01{
	height:60vh !important;
}

}