.testata{
    height: 16.16rem;
}

.testata .copertina{
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
}

.testata .copertina h5{
    font-size: 0.79rem;
    letter-spacing: 0;
    line-height: 0;
    margin-left: 0.9rem;
    font-weight: 400;
    position: absolute;
    bottom: 6.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.testata .copertina h3{
    font-size: 3rem;
    line-height: 2.5rem;
    margin: 0;
    height: 9rem;
    margin-left: 0.7rem;
    max-width: 80%;
    font-weight: 700;
    position: absolute;
    bottom: -2.67rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .testata {
        height: 10rem;
    }
    .testata .copertina h3 {
        font-size: 1.8rem;
        line-height: 2rem;
        height: 6rem;
        bottom: 0;
        max-width: 80%;
    }
    .testata .copertina h5{
        width: 90%;
    }
}