/* infographic CSS
   v1.0 | 2016-04-01
   Copyright 2016 mb2media
*/

body {
  background-color: #fff;
}
.infoGraphic  {
  position: relative;
}

.infoGraphicBase  {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.infoGraphicPop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.infoGraphic img {
  width: 100%;
  height: 100%;
}
