.home-slide{
	background-image: url("../img/apparecchio-invisibile-2.jpg"); 
	background-position: center left; 
	background-repeat: no-repeat; 
	background-size: cover;
}

.pi-texture{
	background: rgba(24, 28, 32, 0);
}
@media only screen and (max-width: 1080px) {
	.pi-texture{
		background: rgba(244, 255, 255, 0.5);
	}

	.home-slide{
		background-image: url(../img/apparecchio-invisibile-2-m.jpg); 
		background-position: center center; 
	}
}

@media only screen and (max-width: 768px) {
	.pi-section-high {
    padding-right: 10px;
	}
}



