
/* linee di collegamento */
#smalleu .st1 {
    stroke: #fff;
    stroke-width: .02vw;
    fill: none;
}
  
/* cerchio bianco nello spot */
#smalleu .st3 {
    stroke: #FFF;
    fill: #FFF;
    stroke-width: .1vw;
    transform-origin: center center;
    transform-box: fill-box;
    transition: transform 2000ms ease;
}
  
/* stile spessore stroke in base allo zoom */
/* .zoom-europe #smalleu .st3 {
    transform: scale(.3);
    transition: transform 2000ms ease;
}
  
.zoom-europe #smalleu .st1 {
    transition: stroke-width 2000ms ease;
    stroke-width: 0.02vw;
} */
