.x-gallery-outer {
	border: 0;
	text-align: left;
	width:100%;
}
.x-gallery {
	list-style:none;
	margin:0;
	padding:0;
	border: 0;
	font-size:0px;
}
.x-gallery li {
	display:inline-block;
	position:relative;
	width: 23.5%;
	margin-right:2%;word-break:break-all;overflow:hidden;margin-bottom:20px;
}
.x-gallery li:nth-child(4n) {margin-right:0px;}
.x-gallery li:last-child {margin-right:0px;}
.x-gallery .photo img {
	width: 100%;
	height: auto;
}
.x-gallery .text {
	position:relative;
	bottom:0px;
	z-index:100;
	width: 100%;
	font-size: 1em;
	text-align:left;margin:20px 0px;
}
.x-gallery .text a {
	color: #333;
	line-height:1;
	font-size:16px;
}
.x-gallery .text .title {
	font-weight: bold;
	overflow:hidden;
	line-height:1;
	font-size:14px;
	margin:5px 0px;
}
.x-gallery .text .desc {
	
	font-size:14px;
	height: 19px;
	overflow:hidden;
}
.x-gallery .text .desc a {font-size:14px;}

@media screen and (max-width:768px) {
	.x-gallery li:nth-child(4n) {margin-right:2%;}
	.x-gallery li {width:49%;}
	.x-gallery li:nth-child(2n) {margin-right:0px;}
	.x-gallery .text .desc {
		display:none;
	}
}
