div#elencoPresentationStoriaText {
    margin: 50px 0;
    text-align: center;
}
div.storiaItem {
    background-color: #D3E2EF;
    padding: 30px;
    margin-bottom: 25px;
}
img.storiaTimeline {
    display: block;
    float: left;
    width:188px;
}
img.storiaEmozionale {
    display: block;
    float: right;
    margin-left: 30px;
    top:-10px;
    position: relative;
    width:200px;
}
div.storiaItem > div#storiaContent {
    float: left;
    width:60%;
    margin-left: 30px;
}
@media screen and (min-width: 967px) and (max-width: 1500px) {
    img.storiaTimeline{
        width:110px;
    }
    img.storiaEmozionale {
        width:110px;
    }
}
@media screen and (max-width: 966px) {
    img.storiaTimeline {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        width:188px;
    }
    div.storiaItem > div#storiaContent {
        float: none;
        width:100%;
        margin: 0 auto;
    }
    img.storiaEmozionale {
        display: block;
        float: none;
        margin: auto;
        margin-top: 20px;
        top:0;
        position: relative;
        width:200px;
    }
}