.home-picture-banner{
 height: 60vh;
 background-size: cover;
 background: url('') center no-repeat;
}

.home-picture-banner h2{
 text-align: center;
 color: white;
 font-size: 20px;
 text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}

.home-picture-banner h1{
 text-align: center;
 color: white;
 font-size: 40px;
 text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}

/* --- PAGE CMS CONTACT --- */

#home-page .home-why .box-contact {
	border-radius: 7px;
	border: 3px solid #63d9d1;
	margin-bottom: 40px;
}

#home-page .home-why .box-contact-block {
	position: relative;
	min-height: 130px;
}

#home-page .home-why .box-contact-title {
	color: #191f1d;
	font-weight: bold;
	font-size: 18px;
	margin-top: -10px;
	background: white;
	width: 50%;
	position: absolute;
	left: 25%;
}

#home-page .home-why .box-contact-text {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

#home-page .home-picture h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
  margin-top: 0;
}

@media only screen and (max-width : 768px) {
		#home-page .home-why .box-contact-block {
			min-height: 100px;
		}
    }

@media only screen and (max-width : 480px) {
		#home-page .home-why .box-contact-block {
			min-height: 130px;
		}
}



