body {margin: 0; padding: 0;}

.map {
	position: relative;
	text-align: center;
}

svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.part {
	opacity: .1;
}

.part:hover {
	transition: opacity 0.1s ease;
	opacity: .5;
	cursor: pointer;
}


.description {
	display: none;
	position: absolute;
	padding: 0px;
	box-sizing: border-box;
	width: 260px;
	height: 250px;
	box-shadow: 0 0 16px 5px #ccc;
	left: 10px;
	font-family: sans-serif;
}

.description img {
	width: 250px;
	margin-bottom: 20px;
}