/* =========================================
   countries MAP
   Grundlayout
========================================= */

#countries-map {
    width: 100%;
    overflow: hidden;
}


#countries-map svg {
    width: 100%;
    height: auto;
    display: block;
}