.comments{
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 75%, 85% 100%, 0 100%, 0 25%);
    clip-path: polygon(15% 0, 100% 0, 100% 75%, 85% 100%, 0 100%, 0 25%);
}

.comments ul{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 250px;
}

.comments li{
    max-width: 500px;
    text-align: center;    
    position: absolute;
    transition: .5s;
}

.comments img{
    width: 80px;
    height: 80px;
    border-radius: 15px !important;
    border: 1px solid var(--text-white);
}