.gallery_5_outer { border: 0;	text-align: center; display:block; width:100% ;height:auto;}
.gallery_5 {display:block; width:100% ;height:auto; list-style:none; margin:0; padding:0;	border: 0;  }
.gallery_5 li { display:inline-block; position:relative; width: 30%; margin: 0.35%; vertical-align:top !important; border:0px solid #ccc;padding:15px; height:280px !important;}
.gallery_5 .photo img { width: 100%; height: auto; border:1px solid #ccc;}

.gallery_5 .text {position:relative;	z-index:100;	width:100%;font-size:1em;text-align: center;}
.gallery_5 .text a {color: #777;}
.gallery_5 .text .title {padding:10px 0;	font-size: 16px;font-weight: 600;overflow:hidden; white-space: nowrap; text-align:left;}
.gallery_5 .text .title2 {padding-bottom:10px ;	font-size: 14px;font-weight: 400;overflow:hidden; text-align:left;}
.gallery_5 .text .desc {	margin-bottom: 0.25em;padding: 0 0.4em;font-size: 1em;height: 1em;overflow:hidden;}

/* mobile */
@media screen and (max-width:640px) {
.gallery_5 li {width: 90%;margin: 1% 0.15%; height:auto;}
.gallery_5 .photo img { width: 100%; height: auto; border:1px solid #ccc;}
.gallery_5 .text {display:none;}
}
