body.contact { 
	background-image: url('../images/contact-hero.jpg'); 
	background-repeat: no-repeat; 
	background-position: 50% 0%; 
	background-size: cover;
}  


.contact-text {
	background-color: rgba(0,0,0,0.8);
	margin-top:150px;
	padding:20px;
}


.houzz-badge {
	display:inline;
}

a.houzz-link:link {
	position:absolute;
	margin-left:10px;
	margin-top:0px;
}

/*  Phone Layout: 568px wide (iPhone5 landscape) -------------------- */
@media only screen and (min-width: 321px) and (max-width: 568px) and (orientation : landscape) {

.contact-text {
	margin-top:60px;
}

}

/*  Phone Layout: 320px wide (iPhone portrait) -------------------- */

@media only screen and (min-width: 0px) and (max-width: 320px) { 

.contact-text {
	margin-top:60px;
}

}
