#distretti-mappa {
    background: url(/modules/custom/pordenone_mappa/images/VistaSfondoHomeCutted.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 50px;
}

.distretto.hover {
    fill: red !important;
    cursor: pointer;
}

.distretto {
    fill: #f8c300;
}

.distretto.terre-tagliamento {
    fill: #8DC8FF;
}