.map__image{
    width: 315px;
    padding-bottom: 20px;
}
.map__image path {
    fill: #ffffff;
    stroke: #000;
    stroke-width: .5px;
    transition: fill .3s;
    transition: opacity .3s;
}

.map__image a:hover {
    opacity: .4;
}