.x-gallery2-outer {
	border: 0;
	text-align: center;
}
.x-gallery2 {
	list-style:none;
	margin:0;
	padding:0;
	border: 0;
}
.x-gallery2 li {
	display:inline-block;
	position:relative;
	width: 49%;
/*	margin: 0.15%;*/
}
.x-gallery2 .photo img {
	width: 100%;
	height: auto;
}
.x-gallery2 .text {
	position:absolute;
	bottom:0em;
	z-index:1;
	background:black;
	opacity: 0.7;
	width: 100%;
	font-size: 1em;
	text-align: left;
	height: 10%;
}
.x-gallery2 .text a {
	color: white;
}
.x-gallery2 .title {
/*	margin-bottom:0.25em;*/
/*	padding: 0.4em;	*/
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Noto Sans';
/*	height: 0.85em;*/
/*	overflow:hidden;*/
}
.x-gallery2 .text .desc {
	margin-bottom: 0.25em;
	padding: 0 0.4em;
	font-size: 1em;
	height: 1em;
	overflow:hidden;
	font-family: 'Noto Sans';
	font-weight: 400;
}
@media all and ( max-width: 50em ) {
	.x-gallery2 li:nth-child(3) {
		display: none;
	}
	.x-gallery2 li {
		width: 32%;
	}
	.x-gallery2 .text .desc {
		display:none;
	}
}
