.gallery_0_outer { border: 0;	text-align: center; }
.gallery_0 { list-style:none; margin:0; padding:0;	border: 0; }
.gallery_0 li { display:inline-block; position:relative; width: 33%; }
.gallery_0 .photo img { width: 100%; height: auto;}
.gallery_0 .photo img:hover { opacity: 0.7;}
.gallery_0 .text {	position:absolute;	bottom:0em;z-index:100;background:black;opacity: 0.7;	width: 100%;font-size: 1em;text-align: left;}
.gallery_0 .text a {color: white;}
.gallery_0 .text .title {margin-bottom:0.25em;padding: 0.4em;	font-size: 1em;font-weight: bold;height: 0.85em;overflow:hidden;}
.gallery_0 .text .desc {	margin-bottom: 0.25em;padding: 0 0.4em;font-size: 1em;height: 1em;overflow:hidden;}

/* tablet */
@media screen and (min-width:768px) and (max-width:992px) {

}

/* mobile */
@media screen and (max-width:767px) {
.gallery_0 li {width: 100%;}
}