ul.cinerama.testudinide > li {
	--colore-hover:pink;
}
ul.cinerama.testudinide {
	display:flex;
	display:-webkit-flex;
	margin: auto;
	width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 60px;
}
ul.cinerama.testudinide > li {
	min-width:50%;
	max-width:50%;
}
ul.cinerama.testudinide > li:nth-child(2n) {
    top: 80px;
}
.testudinide a.link-testuggine {
	display:flex;
	display:-webklit-flex;
	align-items:center;
	justify-content:center;
	-webkit-align-items:center;
	-webkit-justify-content:center;
	position:relative;
	width: 100%;
	margin: 6px;
}
.testudinide .dentro {
	position:absolute;
	display:flex;
	display:-webklit-flex;
	align-items:center;
	justify-content:center;
	-webkit-align-items:center;
	-webkit-justify-content:center;
	height:100%;
	width:100%;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.testudinide a.link-testuggine:after {
	content:'';
	display:block;
	padding-bottom:100%;
}
ul.cinerama.testudinide a.foto {
	background-color: var(--colore-hover);
}
ul.cinerama.testudinide > li:hover a.foto {
	background-image: none !important;
}
ul.cinerama.testudinide .dentro > span {
	visibility:hidden;
}
ul.cinerama.testudinide > li:hover .dentro > span {
	visibility:visible;
}
ul.cinerama .foto.testudinide:before {
	position:relative;
	width:100%;
}
.testudinide .dentro {
    z-index: 1;
}
