.mapper_body_class {
	/*max-height: 85vw!important;*/
}

.mapper_body_shape {
    fill: rgba(0, 0, 0, 0);
}
g:hover .mapper_body_shape {
    stroke: blue;
    stroke-width: 3px;
    opacity: 70%;
    fill: rgb(255, 122, 127 / 0.2);
}
