ul.squalide:not(.squaletto):not(.primo-grosso):not(.avvolgi-testi) > li:nth-child(3n+1):nth-last-child(1),
ul.squalide:not(.squaletto):not(.primo-grosso):not(.avvolgi-testi) > li:nth-child(3n+1):nth-last-child(2),
ul.squalide:not(.squaletto):not(.primo-grosso):not(.avvolgi-testi) > li:nth-child(3n+1):nth-last-child(3),
ul.squalide:not(.squaletto):not(.primo-grosso):not(.avvolgi-testi) > li:nth-child(3n+2):nth-last-child(1),
ul.squalide:not(.squaletto):not(.primo-grosso):not(.avvolgi-testi) > li:nth-child(3n+2):nth-last-child(2),
ul.squalide:not(.squaletto):not(.primo-grosso):not(.avvolgi-testi) > li:nth-child(3n):nth-last-child(1) {
	margin-bottom:0;
}
ul.squalide.primo-grosso:not(.squaletto):not(.avvolgi-testi) > li:nth-child(3n+2):nth-last-child(1),
ul.squalide.primo-grosso:not(.squaletto):not(.avvolgi-testi) > li:nth-child(3n+2):nth-last-child(2),
ul.squalide.primo-grosso:not(.squaletto):not(.avvolgi-testi) > li:nth-child(3n+2):nth-last-child(3),
ul.squalide.primo-grosso:not(.squaletto):not(.avvolgi-testi) > li:nth-child(3n):nth-last-child(1),
ul.squalide.primo-grosso:not(.squaletto):not(.avvolgi-testi) > li:nth-child(3n):nth-last-child(2),
ul.squalide.primo-grosso:not(.squaletto):not(.avvolgi-testi) > li:nth-child(3n+1):nth-last-child(1) {
	margin-bottom:0;
}
ul.squalide > li,
body.touch ul.cinerama.squalide.scrolla-nel-mobile > li {
	flex: 0 0 33.33333333%;
	-webkit-flex: 0 0 33.33333333%;
}

/*tronca-testi*/
ul.cinerama.squalide.tronca-testi:not(.scrollante) > li {
	max-width: 33.3333333333333%;
	min-width: 33.3333333333333%;
}

/*scrollante*/
ul.cinerama.squalide.scrollante > li {
	-webkit-flex-basis: 22%;
	flex-basis: 22%;
	min-width: 22%;
}
ul.cinerama.squalide.no-titolo.niente-testo.no-tasso:not(.scrollante) > li:nth-last-child(-n+3) {
	border-bottom-width: 0;
}

/* CLASSE SPECIALE .avvolgi-testi */
ul.cinerama.squalide.avvolgi-testi > li,
body.touch ul.cinerama.squalide.scrolla-nel-mobile.avvolgi-testi > li {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
}
ul.cinerama.squalide.avvolgi-testi > li > article > a {
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
}
ul.cinerama.squalide.avvolgi-testi > li > article > a > div,
ul.cinerama.squalide.avvolgi-testi > li > article > a > div > picture {
	flex: 1;
	-webkit-flex: 1;
}
ul.cinerama.squalide.avvolgi-testi > li > article > a > div > picture.foto {
	min-width: unset;
}
ul.cinerama.squalide.mattonella > li {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
}


