.home-graph .map-container {
 position:relative
}
.north-america {
 position:absolute;
 width:22%;
 height:auto;
 left:27.32%;
 top:25.73%
}
.europe {
 position:absolute;
 width:21%;
 height:auto;
 left:47.32%;
 top:28.3%
}
.africa {
 position:absolute;
 width:7.5%;
 height:auto;
 left:51.7%;
 top:56.3%
}
.south-america {
 position:absolute;
 width:7.5%;
 height:auto;
 left:34.92%;
 top:59%
}
.oceania {
 position:absolute;
 width:7.5%;
 height:auto;
 left:75.92%;
 top:62%
}
.middle-east {
 position:absolute;
 width:7.5%;
 height:auto;
 left:56.92%;
 top:39.5%
}
.asia {
 position:absolute;
 width:13%;
 height:auto;
 left:70.92%;
 top:29%
}
.map-point img {
 width:100%;
 margin-top:-50%;
 margin-left:-50%;
 position:relative;
 z-index:1;
 border:2px solid rgba(255,255,255,0.2);
 border-radius:50%
}
.map-point div {
 display:block;
 position:absolute;
 color:#FFFFFF;
 font-size:72px;
 line-height:72px;
 font-weight:300;
 z-index:3;
 top:-43px;
 left:-50%;
 width:100%;
 text-align:center
}
.big div {
 font-size:52px;
 line-height:52px;
 top:-39px
}
.big-xl div {
 font-size:72px;
 line-height:72px;
 top:-43px
}
.small-xs {
 min-width:56px
}
.small-xs div {
 font-size:18px;
 line-height:18px;
 top:-19px
}
.small-s {
 min-width:60px
}
.small-s div {
 font-size:24px;
 line-height:24px;
 top:-19px
}
.medium {
 min-width:64px
}
.medium div {
 font-size:36px;
 line-height:36px;
 top:-25px
}
.map-point span {
 font-size:15px;
 line-height:13px;
 display:block;
 font-weight:300;
 font-family:"Verdana", "Arial", "Helvetica",sans-serif
}
.map-point strong {
 font-weight:700
}
