.main{
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.video{
    position: relative;
    width: 168px;
    height: 152px;
    display: flex;
    flex-direction: column;
}

.video .timer{
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    bottom: 60px;
    right: 2.8px;
    position: absolute;
    width: 28px;
    height: 14px;
    color: white;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.74);
}

.video img{
    height: 94px;
    width: 168px;
    border-radius: 2.8px;
    margin-bottom: 2px;
}

.video span.text{
    font-size: 13.4px;
    white-space: wrap;
    overflow: hidden;
}

.user{
    display: flex;
    align-items: center;
    font-size: 11px;
    color: rgb(88, 88, 88);
}