/* adjusts the page banner for the home page */
@media only screen and (min-width: 768px) {
	header.cover-photo .caption-wrapper { 
		width: 60%; 
	}
	#cover .caption-wrapper .caption { 
	    float:right;
	}
}
