@media only screen
and (max-width : 900px) {

	.linkIll{
		min-height: 100vw;
	}

	.title-annuncio{
		min-height: 0!important;
	}

	.annuncio-img{
		min-height: 100vw!important;
	}

		.menu-contacts{
		color: #F2F4B7;
position: absolute;
bottom: 0;
display: flex;
flex-direction: column;
padding: 2em;
width: 100%;
justify-content: space-between;
	}

	.items li{
	color: #F2F4B7;
	font-size: 30px;
line-height: 32px;
}

	.menu-contacts>*{
		margin-block: 3px;
	}

	.items li {
		margin-block: 10px;
	}

.section>*:first-child{
	min-height: 100vw;
}

	.section{
		flex-direction: column;
	}

	.section{
		height: auto;
	}

	h4{
		font-size: 15px;
	}

	.page-title{
		font-size: 30px;
	}

	.menu-sub>*{
		justify-content: center;
display: flex;
flex-direction: column;
	}

	h1{
font-size: 30px;
margin: 20px;
line-height: 35px;
	}

	h2{
		font-size: 20px;
		line-height: 23px;
	}

	h3{
		font-size: 20px;

line-height: 23px!important;
	}

	.title{flex: 1}

	.spacer-body .spacer-wrap{
		font-size: 20px;
		line-height: 1.4em;
	}

	.spacer-wrap .button{
		font-size: 12px;
		line-height: 65px;
	}

	.bar{
		flex-direction: column;
		height: 140px;
	}

	.bar a{

		display: flex;
	border-bottom: 1px solid;
width: 90%;
text-align: center;
margin-inline: 20px;
	}

	.bar a:last-child{
		border-bottom: none;
	}

	.bar a {
	
	}

	.bar a h4{
		align-self: center;
	}

	.scheda-text{
		flex: 1.5;
	}


	.scheda-text-body>*{
		font-size: 18px;
line-height: 27px;
margin: 20px;
	}

	.scheda-gallery{
		width: 100vw;
height: 50vh!important;
	}

	.scheda-wrap{
		flex-direction: column-reverse;
		height: 100vh;
	}



	.navigation{
		max-width: 100%;
	}

	.subsection-body p{
		padding-block: 1em;
	}

	h2{
		position: relative;
	}

	footer{
		flex-direction: column;
	}
}