.wrapper-staff
{
    margin: 3rem 0 5rem;
}

.wrapper-staff .staffs .staff
{
    line-height: 0;
    position: relative;
    height: auto;
    overflow: auto;
    margin-bottom: 1.5rem;
    background-color: #F9F9F9;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}

.wrapper-staff .staffs .staff .copertina
{
    width: 10rem;
    height: 10rem;
    overflow: hidden;
    float: left;
    background-size: cover;
    background-position: center 30%;
    background-image: url("../images/test_layout_07/cani.png");
    position: relative;
    display: inline;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.2rem;
}

.wrapper-staff .staffs .staff .header
{
    overflow: hidden;
}

.wrapper-staff .staffs .staff .text
{
    display: block;
    line-height: 1rem;
    position: relative;
    height: auto;
    width: 100%;
    float: left;
    padding: 0 2.5rem 1rem;
    letter-spacing: 0;
    text-align: justify;
    overflow: auto;
}

.wrapper-staff .staffs .staff .text .intro
{
    color: #1C7CBF;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4rem;
    display: block;
    float: left;
    margin-bottom: 0.2rem;
}

.wrapper-staff .staffs .staff .text .contacts
{
    display: block;
    float: right;
    margin: 1.3rem 0 0 0;
}

.wrapper-staff .staffs .staff .text .contacts img
{
    margin-left: 1rem;
}

.wrapper-staff .staffs .staff .text .descrizione
{
    margin-bottom: 0.7rem;
    display: inline;
    font-size: 0.79rem;
    font-weight: 500;
    color: #575756;
    line-height: 1.5;
}
.wrapper-staff .staffs .staff .text .descrizione a {
    word-break: break-all;
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .wrapper-staff .staffs .staff
    {
        width: 100%;
        height: auto;
        padding-top: 1rem;
    }

    .wrapper-staff .staffs .staff .copertina
    {
        float: none;
        background-position: center 30%;
        height: 12rem;
        width: 12rem;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .wrapper-staff .staffs .staff .text
    {
        width: 100%;
        float: none;
    }
}