
.center {
    margin: 0 auto;
    width: 950px;
}

.infographic {
    width: 930px;
    height: 520px;
    background: #090909;
    margin: 20px 0;
    position: relative;
}

.infographic .home {
    text-align: center;
}

.infographic .home [id] {
    cursor: pointer;
}

.infographic .text {
    width: auto;
    padding: 40px;
    color: white;
    position: relative;
}

.infographic .text h1, .infographic .text h2 {
    font: bold 43px/54px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    width: 350px;
}

.infographic .text h2 a {
    cursor: pointer;
}

.infographic .text h2 a:not(.current) {
    opacity: 0.5;
}

.infographic .text h2 span {
    color: white;
}

.infographic .text h3 {
    font: 24px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 200px;
}

.infographic p {
    font: 12px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 200px;
}

.infographic .video {
    position: absolute;
    width: 540px;
    height: 450px;
    right: 10px;
    top: 10px;
}

.infographic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    height: 450px;
    display: block;
    background: #090909;
}

.infographic [font-family="'HelveticaNeue-Bold'"], .infographic [font-family="'HelveticaNeue-BoldItalic'"] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.infographic .slider {
    position: absolute;
}

.infographic .slider .draggable, .infographic .button .clickable {
    cursor: pointer;
}

.infographic .slider .draggable *, .infographic .button .clickable * {
    stroke: transparent;
    stroke-width: 10px;
}

.infographic .back-button {
    position: absolute;
    bottom: -30px;
    left: -74px;
}

.infographic .forward-button {
    position: absolute;
    bottom: -30px;
    left: -74px;
}

.infographic .special-button {
    position: absolute;
    bottom: 155px;
    left: 201px;
}

.infographic .popups .popup {
    position: absolute;
}

.infographic .popups .popup h4 {
    font: 16px/22px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: rgba(0, 0, 0, 0.8);
    width: 140px;
    cursor: pointer;
    padding: 6px;
    margin: 0;
}

.infographic .popups .popup p {
    background: white;
    width: 140px;
    padding: 6px;
    margin: 0;
    box-shadow: inset 0 10px 10px white, inset 0 -10px 10px rgba(0, 0, 0, 0.1);
}
