.wxGallery-inner {
	display: flex;
	flex-flow: row wrap;
	margin: -10px;
	padding: 8px;
}

.wxGallery-item {
	overflow: hidden;
	flex: 30% 1 1;
	padding: 0;
	max-width: 704px;
	min-width: 10px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	max-height: 45vh;
	cursor: pointer;
}

.wxGallery-item-inner {
	position: relative;
	flex: 100% 0 0;
	padding: 2px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

.wxGallery-item-inner img {
	transition: transform 0.3s ease;
	width: 100% !important;
	height: 100% !important;
	max-height: 300px;
	object-fit: cover;
	display: block;
}

.wxGallery-caption {
	text-align: center;
	font-size: 0.85em;
	margin-top: 4px;
	color: #333;
}

.wxGallery-lastmore {
	position: absolute;
	padding: 5px;
	color: #fff;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}

.wxGallery-lastmore-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20pt;
}
