.gallery_list li {
    width: 260px;
    /* margin: 0 50px 60px 35px; */
    /* margin: 0 50px 10px 35px; */
    margin: 0 10px 10px 35px;
    float: left;
    display: inline-block;
}

main > .stripe {
    max-width: 100%;
    margin-right: 0;
    margin-left: 2%;
}

.gallery_list li figure {
    height: 240px;
    margin: 0;
    border: unset;
    position: relative;
	/*background-color: #d5d5d5; */
    border: 2px solid #a7a7a7;
}
.gallery_list li figure img {
    opacity: unset;
}

h4.minH {
    /* min-height: 100px; */
    min-height: 150px;
	margin: 15px 0;
	font-size: 20px;
	color: #757a7f;		
	font-family: futura;
	font-weight: normal;
	text-decoration: none;
}

.a:link {
	text-decoration: none;
    color: #757a7f;
	}
	
.a:visited {
	text-decoration: none;
    color: #757a7f;
	}
	
.a:hover {
	text-decoration: underline;
    color: #e85113;
	}

.gallery_list li figure:before {
    content: '';
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.5) url(/immagini_layout/icone/zoom.png) 50% 50% no-repeat;
}
.gallery_list li a:hover figure:before {
    display: none;
}

.gallery_list li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 240px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
ul.gallery_list li {
    position: relative;
    text-align: left;
}


@media only screen and (max-width: 768px){
    .gallery_list li {
        margin: 0 auto;
        float: unset;
    }
}