@charset "utf-8";
/* CSS Document */


* {
	box-sizing: border-box;
}

.slide {
	background-color: rgba(0, 0, 0, 0.60);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.zone-slide {
	background-position : center center;
	background-size: 1024px;
}

figure {
	background: #101010;
	text-transform: uppercase;
	text-shadow: 0 0 6px rgba(0,0,0,0.8);
	font-weight: 100;
}
div#captioned-gallery { 
	width: 100%;
	overflow: hidden; /* */
	max-width: 768px;
	height: 390px;
}
figure.slider { 
	position: relative;
	font-size: 0;
}
figure.slider img { 
	width: auto;
	min-width: 768px;
	height: 110%;
	min-height: 220px;
	max-height: 390px;
	left: 50%;
	transform: translate(-50%, 0);
	position: relative;
}
figure.slider figure figcaption { 
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	width: 100%;
	font-size: 18px;
	padding: 10px;
	text-align: center;
}

/*Tablet View*/

@media (min-width: 768px){
	
	
	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	
	figure.slider img { 
		width: auto;
		min-width: 590px;
	}
}