

.banner-landing{
	position: relative;
}
.banner-landing div.head_box {
	
	bottom: 0px;
    left: 0px;
    right: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-top: 50px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	
}
.banner-landing div.head_box h1{
	font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
	color:white;
}
.banner-landing div.head_box h2{
	font-size: 30px;
    font-weight: 400;
    text-align: left;
	color:white;
}
.box_descrizione{
	margin-top: 30px;
}



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

	
	.banner-landing div.head_box{
		 padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-top: 20px;
	}
	
	.banner-landing div.head_box h1{
		font-size: 20px;
	}
	
	.banner-landing div.head_box h2{
		font-size: 15px;
	}
	
}