.slideshow {
    /*background-color: #3AAA35;*/
    width: 100%;
    height: 100%;
    text-align: right;
}
.slideshow .slide{
    /*background-color: #0AB0AE;*/
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;

}
.slideshow .slide div{
    align-self: center;
}
.slideshow .slide .slide_testo_container {
    display: inline-block;
    border-bottom: #ffffff solid 1px;
    padding-bottom: 10px;
}
.slideshow .slide img{
    align-self: center;
    height: 380px;
}
.slideshow .slide .slide_testo h2,.slideshow .slide .slide_testo h3{
    color: #ffffff;
    font-weight: bold;
    font-family: 'HelveticaNeue_Bold','Arial', sans-serif;
    text-align: right;
    text-shadow: 2px 1px #58585A;
}
.slideshow .slide .slide_testo h2{
    font-size: 2.5em;
}
.slideshow .slide .slide_testo h3{
    font-size: 1.8em;
}
@media screen and (max-width: 768px) {
    .slideshow .slide .slide_testo h2{
        font-size: 2em;
    }
    .slideshow .slide .slide_testo h3{
        font-size: 1.3em;
    }
}

@media screen and (max-width: 640px) {

    .slideshow .slide img{
        align-self: center;
        height: 270px;
    }
    .slideshow .slide{
        /*background-color: #0AB0AE;*/
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        padding-top: 40px;

    }
}