@media only screen and (max-width: 1279px) and (min-width: 1024px){
	
.bg-immagine{
	background-image: url("img/locarno_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 120%;
	background-position:center;
}
#descrizioneprj{
	width: 488px;
	height: 275px;
	position: relative;
	float: right;
	margin-top: 107px;
	margin-right: 80px;
}

#titoloprj{
	width: 237px;
	height: 112px;
	position: relative;
	float: left;
	margin-top: 78px;
	margin-left: 90px;
}

.img{
	margin-left: 0px;
	margin-top: 30px;
	position: relative;
}
	
}

@media only screen and (max-width: 1023.9px) and (min-width: 768px){
	
#sfondobianco{
	height: auto;
	width: 100%;
	position: absolute;
	top: 660px;
	background-color: #FFFFFF;
	z-index: 10;
}	
	
.bg-immagine{
	background-image: url("img/locarno_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 130%;
	background-position:center 5%;
}
#descrizioneprj{
	width: 580px;
	height: 275px;
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 80px;
}

#titoloprj{
	width: 507px;
	height: 72px;
	position: relative;
	float: left;
	margin-top: 78px;
	margin-left: 90px;
}

.img{
	width: 100%;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}
}

@media only screen and (max-width: 767.9px) and (min-width: 480px){
	
.bg-immagine{
	background-image: url("img/locarno_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 150% auto;
	background-position:center 20%;
}
#descrizioneprj{
	width: 470px;
	height: 275px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#titoloprj{
	width: 470px;
	height: 72px;
	position: relative;
	float: left;
	margin-top: 65px;
	margin-left: 10px;
}

.img{
	width: 100%;
	height: 630px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom:-10px;
	position: relative;
	object-fit: cover;
}
	
}

@media only screen and (max-width: 479.9px) {
	
.bg-immagine{
	background-image: url("img/locarno_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: center 25px;
}
#titoloprj{
	width: 310px;
	height: 115px;
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 8px;
}	
#descrizioneprj{
	width: 98%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 8px;
}	


.img{
	width: 100%;
	height: 410px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom:-35px;
	position: relative;
	object-fit: cover;
}	
	
}
