/* SLIDE IN HOMEPAGE */
section.settimopiano {
	width:calc(100% - 5rem - 8px);
    height: calc(35vw - 5rem);
	border:0;
	z-index:1;
	margin:1.25rem auto;
	padding:0 0;
    border: 4px solid #000;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
section.settimopiano h2 {
	display:none;
}
section.settimopiano .contenuto {
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow:row wrap;
	width:100%;
}
section.settimopiano article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
section.settimopiano article a.img {
	display:none;
}
section.settimopiano article h3 {
	width: calc(100% - 5rem);
	z-index:2;
	margin: 0 0 0 0;
	padding:0 2.5rem;
	text-align: center;
    font-family: "Special Gothic Expanded One", sans-serif;
    font-size: 4.5vw!important;
}
section.settimopiano article h3 a {
    color: #FFF;
    text-decoration: none;
}
section.settimopiano article h3 a:hover {
	color: #FFF;
}
section.settimopiano article div.testo {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:3;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
}
@media only screen and (max-width : 600px) {
section.settimopiano {
        width: calc(100% - 5rem - 8px);
    height: calc(100vw - 5rem);
	margin:1.25rem auto 2.5rem;
}
section.settimopiano article h3 {
	width: calc(100% - 2.5rem);
	padding:0 1.25rem;
    font-size: 6.5vw!important;
}
}
@media only screen and (min-width : 600px) and (max-width : 960px)  {


}
@media only screen and (min-width : 961px) and (max-width : 1400px) {


}
@media only screen and (min-width : 1401px) {

}