img.attachment-thumbnail {
    width: 100% !important;
    height: auto !important;
}
.pre-galleria {
    position: relative;
    width: 100%;
    background: #fefefe;
}
.blocco-galleria {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 50px;
    display: block;
    margin: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.blocco-galleria .wp-caption-text {
    display: none;
}
.blocco-galleria .gallery-item {
    margin-top: 0;
    min-height: 10px;
    padding: 0;
}
.blocco-galleria dl {
    margin-bottom: 0;
}
.titolo-galleria {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FDFDFD;
    background: #989EA3;
    padding: 5px 10px;
}
.row-pweb-gallery {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em!important;
    border-top: 1px solid #D5E3ED;
    border-bottom: 1px solid #D5E3ED;
    background: rgb(213, 227, 237);
    background: -moz-radial-gradient(center, ellipse cover, rgba(213, 227, 237, 1) 0%, rgba(235, 241, 246, 1) 98%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(213, 227, 237, 1)), color-stop(98%, rgba(235, 241, 246, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(213, 227, 237, 1) 0%, rgba(235, 241, 246, 1) 98%);
    background: -o-radial-gradient(center, ellipse cover, rgba(213, 227, 237, 1) 0%, rgba(235, 241, 246, 1) 98%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(213, 227, 237, 1) 0%, rgba(235, 241, 246, 1) 98%);
    background: radial-gradient(ellipse at center, rgba(213, 227, 237, 1) 0%, rgba(235, 241, 246, 1) 98%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d5e3ed', endColorstr='#ebf1f6', GradientType=1);
   
}
.widget_pweb_wgt_gallery_widget .gallery-item {
    margin-top: 0;
    min-height: 10px;
    padding: 0;
}