.wrap-5{
	background-image: url('../png/200928_te_goodenergyhaus_008.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	scroll-snap-align: start;
}
#Wrap5Inner h2{
	text-transform: uppercase;
	font-family: 'Gotham-Medium';
	font-size: 40px;
	color: white;
	line-height: 1.7;
	text-shadow: 2px 2px 5px black;
}
#Wrap5Inner{
	padding-top: 15vh;
	text-align: center;
	color: white;
	position: relative;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1183px){
	.wrap-5{
		height: auto;
		scroll-snap-align: none;
		background-image:
    	linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%),
    	url('../png/200928_te_goodenergyhaus_008-2.png');
	}
	#Wrap5Inner{
		padding-top: 50px;
	}
}
@media screen and (max-width: 520px){
	#Wrap5Inner h2{
		font-size: 30px !important;
		line-height: 1.5;
	}
}