.x-gallery-outer {
	border: 0;
	text-align: center;
}
.x-gallery {
	list-style:none;
	margin:0;
	padding:30px 0 0;
	border: 0;
}
.x-gallery li {
	display:inline-block;
	position:relative;
	/*width: 30.25%;*/
	margin: 0 14px 10px 14px;
}
.x-gallery .photo img {
	width: 100%;
	height: auto;
}
.x-gallery .text {
	
	font-size: 1em;
	text-align: left;

	text-align:center;
}
.x-gallery .text {
	color: white;
}
.x-gallery .text a {
	color: #5e5e5e;
}
.x-gallery .text .title {

	padding: 12px 0 5px;
	font-size: 14px;
	font-weight: 600;
	/*height: 0.85em;*/
	overflow:hidden;
}
.x-gallery .text .desc {
	margin-bottom: 0.25em;
	padding: 0 0.4em;
	font-size: 1.1em;
	line-height:1.4em;
	/*height: 1em;*/
	overflow:hidden;
}
@media all and ( max-width: 829px ) {
	/*.x-gallery li:nth-child(3) {
		display: none;
	}
	.x-gallery li {
		width: 100%;
	}
	.x-gallery .text .desc {
		display:none;
	}*/
	.x-gallery .text .desc {	
	font-size: 12px !important;
	line-height:18px !important;
}
}

@media(max-width:500px){
	.x-gallery li{margin:0 0 10px 0;}
}