.infographic{
	position:relative;
	margin-top:30px;
}
.infographic .title {
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 100%;
 }
.infographic .title h1{
 max-width: 100%;
}
.infographic .title p {
    margin: 0 0 15px;
    width: 85%;
    text-align: center;
    padding: 0 0 0 13%;
    line-height: 1.5em;
    background: transparent;
    font-size: 1em;
    position: relative;
}
.infographic-baby {
    position: absolute;
    z-index: 2;
    bottom: 7%;
    width: 29%;
    left: 36%;
}
.infographic-baby:active .baby-up, 
.infographic-baby:focus .baby-up, 
.infographic-baby:hover .baby-up {
    display: none;
}
.infographic-baby:active .baby-hover, 
.infographic-baby:focus .baby-hover, 
.infographic-baby:hover .baby-hover {
    display: block;
}
.baby-hover, 
.baby-hover, 
.baby-hover {
    display: none;
}
.infographic p {
    font-family: "myriad-pro-semi-condensed", sans-serif;
    line-height: 1.25;
    background: #ffffff;
    padding: 8px;
    font-size: .9em;
	position: absolute;
	opacity:.8;
}
.baby-text {
    bottom: -42%;
    right: -110%;
	width:114%;
}
.infographic-bottle {
    position: absolute;
    z-index: 2;
    bottom: 23%;
    width: 17%;
    left: 21%;
}
.infographic-bottle:active .bottle, 
.infographic-bottle:focus .bottle, 
.infographic-bottle:hover .bottle {
    display: none;
}
.infographic-bottle:active .bottle-hover, 
.infographic-bottle:focus .bottle-hover, 
.infographic-bottle:hover .bottle-hover {
    display: block;
}
.bottle-hover, 
.bottle-hover, 
.bottle-hover {
    display: none;
}
.bottle-text {
    width: 100%;
    bottom: -34%;
    left: -99%;
}
.infographic-cat {
    position: absolute;
    z-index: 4;
    bottom: 32%;
    width: 17%;
    left: 42%;
}
.infographic-cat:active .cat, 
.infographic-cat:focus .cat, 
.infographic-cat:hover .cat {
    display: none;
}
.infographic-cat:active .cat-hover, 
.infographic-cat:focus .cat-hover, 
.infographic-cat:hover .cat-hover {
    display: block;
}
.cat-hover, 
.cat-hover, 
.cat-hover {
    display: none;
}
.cat-text {
    width: 100%;
    top: -90%;
    left: 0;
}
.infographic-clothes {
    position: absolute;
    z-index: 2;
    top: 34%;
    width: 17%;
    right: 2%;
}
.infographic-clothes:active .clothes, 
.infographic-clothes:focus .clothes, 
.infographic-clothes:hover .clothes {
    display: none;
}
.infographic-clothes:active .clothes-hover, 
.infographic-clothes:focus .clothes-hover, 
.infographic-clothes:hover .clothes-hover {
    display: block;
}
.clothes-hover, 
.clothes-hover, 
.clothes-hover {
    display: none;
}
.clothes-text {
    width: 100%;
    top: 18%;
    left: -92%;
}
.infographic-pillows {
    position: absolute;
    z-index: 2;
    bottom: 37%;
    width: 53%;
    left: 24%;
}
.infographic-pillows:active .pillows, 
.infographic-pillows:focus .pillows, 
.infographic-pillows:hover .pillows {
    display: none;
}
.infographic-pillows:active .pillows-hover, 
.infographic-pillows:focus .pillows-hover, 
.infographic-pillows:hover .pillows-hover {
    display: block;
}
.pillows-hover, 
.pillows-hover, 
.pillows-hover {
    display: none;
}
.pillows-text {
    width: 40%;
    bottom: 84%;
    left: -14%;
}
.infographic-window {
    position: absolute;
    z-index: 2;
    top: 25%;
    width: 46%;
    left: 27%;
}
.infographic-window:active .window, 
.infographic-window:focus .window, 
.infographic-window:hover .window {
    display: none;
}
.infographic-window:active .window-hover, 
.infographic-window:focus .window-hover, 
.infographic-window:hover .window-hover {
    display: block;
}
.window-hover, 
.window-hover, 
.window-hover {
    display: none;
}
.window-text {
    width: 40%;
    top: 63%;
    left: 158px;
}
.window {
    visibility: hidden;
}




/*.baby {
	position:absolute;
	left:36%;
	width:100%;
	
}
.infographic-container{
position:relative;
 width:100%;
}
.infographic-container img {
  position:absolute;
  left:0;
}
@-webkit-keyframes imgFadein {
 0% {
   opacity:1;
 }
/* 45% {
   opacity:1;
 }
 55% {
   opacity:0;
 }
 100% {
   opacity:0;
 }
}

@-moz-keyframes imgFadein {
 0% {
   opacity:1;
 }
 /*45% {
   opacity:1;
 }
 55% {
   opacity:0;
 }
 100% {
   opacity:0;
 }
}

@-o-keyframes imgFadein {
 0% {
   opacity:1;
 }
/* 45% {
   opacity:1;
 }
 55% {
   opacity:0;
 }
100% {
   opacity:0;
 }
}

@keyframes imgFadein {
 0% {
   opacity:1;
 }
 /*45% {
//   opacity:1;
// }
// 55% {
//   opacity:0;
// }
100% {
   opacity:0;
 }
}

.infographic-container img.top {
  -webkit-animation-name: imgFadein;
  /*-webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: imgFadein;
 /* -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  -o-animation-name: imgFadein;
/*  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 8s;

  animation-name: imgFadein;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  animation-direction:alternate;
}
@-webkit-keyframes imgFadeout {
 0% {
   opacity:0;
 }
/* 45% {
   opacity:0;
 }
 55% {
   opacity:1;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes imgFadeout {
 0% {
   opacity:0;
 }
/* 45% {
   opacity:0;
 }
 55% {
   opacity:1;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes imgFadeout {
 0% {
   opacity:0;
 }
/* 45% {
   opacity:0;
 }
 55% {
   opacity:1;
 }
100% {
   opacity:1;
 }
}

@keyframes imgFadeout {
 0% {
   opacity:0;
 }
/* 45% {
   opacity:0;
 }
 55% {
   opacity:1;
 }
100% {
   opacity:1;
 }
}

.infographic-container img.bottom {
  -webkit-animation-name: imgFadeout;
/*  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: imgFadeout;
 /* -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  -o-animation-name: imgFadeout;
/*  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 8s;

  animation-name: imgFadeout;
 /* animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  /*animation-direction:alternate;
}
/*.infographic-container img:nth-of-type(1) {
//  -webkit-animation-delay: 1s;
//  -moz-animation-delay: 1s;
//  -o-animation-delay: 1s;
//  animation-delay: 1s;
//}
//.infographic-container img:nth-of-type(2) {
//  -webkit-animation-delay: 6s;
//  -moz-animation-delay: 6s;
//  -o-animation-delay: 6s;
//  animation-delay: 6s;
//}
//*/