
/*

--------------------------*/

section.gallery .figure img{
	width:300px;
}
section.gallery .figure img:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.cat{
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}
.cat .figure{
	margin:10px auto;
}
.cat .figure p.credit img{
	width:240px;
	margin-left:auto;
}
.cat .figure p.fig_text{
	text-align:center;
	font-size:16px;
}



@media screen and (min-width: 841px) and (max-width: 1200px){
	
/*section.gallery .figure img{
	width:200px;
	margin:0 auto;
}
.cat .figure p.fig_text{
	font-size:12px;
}
.cat{
	display:block;
}
.cat .figure p.fig_text{
	margin-bottom:30px;
}*/

	
}





@media screen and (max-width: 840px){

section.gallery .figure img{
	width:200px;
	margin:0 auto;
}
.cat .figure p.fig_text{
	font-size:12px;
}
.cat{
	display:block;
}
.cat .figure p.fig_text{
	margin-bottom:30px;
}


	
}










