.ce-image{
	position: relative;
	margin: 0 auto 50px;
}
.ce-image:before{
	background-image: url("../../img/ce-image/layer.png");
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.ce-image img{
	width: 100%;
	height: auto;
	display: block;
}
.ce-image > .text{
	box-sizing: border-box;
    padding: 0 1rem;
    position: absolute;
    text-align: center;
    top: 24%;
    width: 100%;
    z-index: 1;
}
.ce-image > .text > h1{
	color: #fff;
	font-size: 58px;
	font-style: normal;
	font-weight: 900;
	margin: 0;
	text-align: center;
	width: 100%;
	line-height: 1em;
}
.ce-image > .text > h5{
	font-size: 29px;
	width: 100%;
	color:#fff;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	margin: 0;
}
@media screen and (max-width: 700px){
	.ce-image > .text > h1{
		font-size: 44px;
	}
	.ce-image > .text h5{
		display: none;
	}
}
@media screen and (max-width: 550px){
	.ce-image > .text > h1{
		font-size: 39px;
	}
}
@media screen and (max-width: 470px){
	.ce-image > .text > h1{
		font-size: 34px;
	}
}
@media screen and (max-width: 430px){
	.ce-image > .text > h1{
		font-size: 28px;
	}
}
@media screen and (max-width: 340px){
	.ce-image > .text > h1{
		font-size: 23px;
	}
}