.user-journey {
    position: relative;
    overflow: auto;
    margin: 40px;
    background: #FFF;
    padding: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 3px;
}
.user-journey h2 {
    margin: 0;
    padding: 15px 20px 20px 20px;
    color: #FFF;
    background: #333;
}
.user-journey-steps {
    overflow: auto;
    display: flex;
    flex-direction: row;
    align-items: normal;
    padding: 20px;
}
.user-journey-steps .step {
    min-width: 495px;
    position: relative;
    margin: 0 20px;
    padding: 0 60px 0 60px;
}
.user-journey-steps .step:after {
    content: " ";
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 0;
    width: 5px;
    background: #EEE;
}
.user-journey-steps img {
    display: block;
    margin: 10px 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.2);
}
.user-journey-steps .step-number {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFF;
    line-height: 32px;
    text-align: center;
    border: 3px solid #BBB;
    border-radius: 50%;
}

.prototype-iframe {
    width: 375px;
    height: 667px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.2);
}

.boxes-select {
    position: relative;
    top: 0;
    left: 0;
    transform: translate3d(0,0,0);
}
