/* --------------------------------- PHONE DEFAULT --------------------------------- */
/*HEADER*/
header {height: 200px;}




/*CONTENT*/
figure {
	margin: 0;	
}
figcaption {
	text-align: center;
	font-size: .8em;	
}









/* --------------------------------- TABLET CSS --------------------------------- */
@media only screen and (min-width: 40.063em) {
/*----- HEADER -----*/
	header {height: 360px; background-repeat:no-repeat;}	
	
	
	
	
	
	
	
	
	
	
} /*end tablet*/

/* --------------------------------- DESKTOP CSS --------------------------------- */
@media only screen and (min-width: 64.063em) {
/*----- HEADER -----*/
	header {height: 500px; background-color: #acacac;background-position:center;}	


	
	
	
	
	
	
	
	
	
	
	
	
	
} /*end desktop*/