.mapChart {
  background-color: #fff;
  position: relative;
  .canvas {
    width: 100%;
    & > img {
      width: 100%;
    }
  }
}