#dettaglio .image-wrapper img{
    width:100%;
    /*max-width: 656px;*/
}
#dettaglio .image-wrapper{
    padding:8px 0px 15px 0px;
}
#dettaglio .title{
    padding:15px 0px 8px 0px;
}
.overlay-fotogallery{
    position:absolute;
    background-color:rgba( 0,0,0,0.7 );
    text-align:center;
    padding:15px;
	max-width:250px;
}

#dettaglio .overlay-fotogallery img {
    width: 54px;
}
/*
@media(min-width(640px)){
    .overlay-fotogallery img{
        max-width:50px;
    }
}
*/