img#dettaglioPresentazione {
    margin: 50px 25px 25px 0;
    width:400px;
    display: block;
    float: left;
}
div#dettaglioPresentazioneText {
    margin-top: 50px;
    line-height: 29px;
    text-align: justify;
}
div#contentSeparator {
    clear:both;
    height: 40px;
}
@media screen and (max-width: 960px) {
    img#dettaglioPresentazione {
        width:100%;
    }
}