svg.style-svg {
    width: 100% !important;
}
svg.style-svg #pacific rect, svg.style-svg #australia rect{
    transition: 0.3s all;
}

svg.style-svg #pacific:hover rect, svg.style-svg #australia:hover rect{
    /* fill: #178ed2; */
    opacity: 0.6;
    stroke: black;
} 
