.mapshot {
	margin: 5px;
	border: 1px solid #cccccc;
	float: left;
	/*width: 512px;*/

	text-decoration: none;
	color: black;

	position: relative;
}

.mapshot:hover {
	border: 1px solid #777777;
}

.mapshot img {
	/*width: 50%;
	height: auto;*/
	image-orientation: from-image;
}

a.invisilink span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
}

.mapshot a:not(.invisilink) {
	position: relative;
	z-index: 2;
}

div.desc {
	padding: 15px;
	text-align: center;
	width: 100%;
}

div.mapbatch {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mapbatch h2 {
	width: 100%;
	text-align: center;
}
