/******************************************************************

	Site Name: 		Audio Venue
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Meta Slider Override Stylesheet
	
******************************************************************/

.caption {
	display: none;
}

@media (min-width: 480px) {

	.caption {
		display: block;
		background: #000;
		width: 100%;
		max-width: 1220px;
		margin: 0 auto;
	}
	.caption h2 {
		color: #FFCC00;
		font-size: 1.2em;
	}

} // end of media query

