.imm{
background-size: 100%;
}

.testo{
	position: absolute;
	left: 5%;
	top: 30%;
    font-size: 1.5em;
    color: #000000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
	min-width: 1000px;
    width: 90%;
    min-height: 60px;
    height:auto;
	background-color: #CCCCCC;
}

.footer{
    width: 100%;
    float:left;
    margin-top:10px;
    border:0px;
    font-size: 12px;
    background-color: #a5c666;
}

@media (min-width: 42px) {
    .testo {
        top: 40%;
    }
}

@media (min-width: 768px) {
    .testo {
        top: 25%;
        left: 15%;
        width: 70%;
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    .testo {
        top: 50%;
        left: 25%;
        width: 50%;
        font-size: 2.5em;
    }
}

