.zpu-user h2{
    color: var(--zu-color-black);
    font-size: 16px;
    font-weight: 700;
}

.zpu-avatar{
    width: 160px;
    float: left;
    padding: 10px;
}

.zpu-avatar img{
    display: block;
    margin-left: auto;
    margin-right: auto;    
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.zpu-info{
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
    width: calc(100% - 170px);
    float: left;
}

.zpu-city{    
    display: flex;
    align-items: center;
    line-height: 10px;
}

.zpu-description{
    float: left;
    text-align: justify;
    padding: 30px;
    width: calc(100% - 170px);
    font-size: 14px;
}

.zpu-list-posters{
    float: left;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    width: 100%;
}

.zpu-list-posters a{
    width: 200px;
    height: 200px;
    float: left;
}

.zpu-list-posters img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 767px) {

    .zpu-list-posters img{
        width: 100%;
    }
        
    .zpu-list-posters a{
        width: 50%;
    }

    .zpu-user h2{
        font-size: 24px;
    }

    .zpu-avatar{
        width: 90px;
    }

    .zpu-info{
        width: calc(100% - 90px);
    }

    .zpu-description{
        width: 100%;
        font-size: 18px;
    }

    .zpu-avatar img{
        width: 80px;
        height: 80px;
        max-width: 80px;
    }
}