body {margin: 0; padding: 0; zoom: 75%}

.map {
	position: relative;
	text-align: center;
}

svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.part {
	opacity: .0;
}

.part:hover {
	transition: opacity .2s ease;
	opacity: .2;
	cursor: pointer;
}


.description {
	background-color: #ffffff;
	display: none;
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	width: 300px;
	height: 700px;
	box-shadow: 0 0 32px 10px #ccc;
	left: 20px;
	bottom: calc(45% - 300px);
	font-family: sans-serif;
}

.description img {
	width: 250px;
	margin-bottom: 20px;
}