/** Gallery **/
.wiki_gallery {
	margin: auto;
}
.wiki_gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}
.wiki_gallery img {
	border: 2px solid #cfcfcf;
}
.wiki_gallery .gallery-caption {
	margin-left: 0;
}
.gallery-item {
	max-width: 250px; max-height: 250px; width: 24.5vw; height: 24.5vw; cursor: pointer;
}
.gallery-item-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}
.gallery-top-caption-container {
	width:100%;
#	height: 20px;
}
.gallery-top-caption {
	width:100%;
}
.gallery-top-caption-container-edit {
	float: left;
	width:84%;
}
.gallery-image-remove-container {
	float: right;
}
.gallery-image-remove {
	font-size: initial;
}
.gallery-image-container {
	width: 100%;
	height: 100%;
}
.gallery-bottom-caption-container {
	width:100%;
	height: 20px;
}
#.gallery-bottom-caption {
#	width:100%;
#}
.gallery-bottom-caption {
    width: 100%;
    font-size: smaller;
    font-weight: initial;
    font-style: italic;
}
.gallery-image-inner-container {
	width:100%;
	height:100%;
}