.close {
	font-size: 1.5rem;
}

.gheader {
	float: left;
}

.galleryouter {
	justify-content: space-between;
}

.galleryinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	margin: auto;
}

.galleryinner img {
	border-radius: 5px;
	opacity: 0.9;
	cursor: pointer;
}

.galleryinner img:hover {
	opacity: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery-caption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 10;
	padding: 2px 6px;
	color: #bdbdbd;
	background-color: #0000006e;
	border-radius: 4px;
	font-size: 0.8rem;
}