#slideshow {
	margin-top:3%;
/*	width:60%; 
*/
}

body.index {
/*	background-color:#000; */
}

.home-text {
	width:auto;
	position:relative;
	z-index:9999;
    background-color: rgba(0,0,0,0.8);    
	color:#fff;
/*	margin-top:-30%; Safari calculates margin % differently than other browsers, so this breaks. Replacing with bottom:10px; below*/
	bottom:10px;
	padding:20px;
}

.home-text p {
	color:#dfdfdf;
}

.houzz-badge {
	display:inline;
}

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

/*  Mobile - Medium Layout: <628 --------------------*/
@media only screen
and (min-width : 480px)
and (max-width : 628px)
{

#slideshow {
	margin-top: 22%;
}
}

/* Mobile - Small <480px wide  --------------------*/

@media only screen 
and (max-width: 480px) 

{ 


#slideshow {
	margin-top: 22%;
}

}