.col-dino {
    display: flex;
}

.dino-img {
    width: 140px;
    min-width: 140px;
    height: 80px;
    min-height: 80px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dino-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.dino-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rate-place {
    width: 65px;
    min-width: 65px;
    height: 65px;
}

.rate-player-header .rate-place {
    height: unset;
}

.dino-info {
    width: 250px;
}

.nickname {
    margin-left: 30px;    
    width: 61%;
} 

.rating-list .nickname {
    height: 36px;
}

.points {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    width: 180px;
    display: block;
}

.dino-func {
    font-size: 12px;
    margin: 10px 0;
    width: unset; 
    height: unset; 
    background-size: unset;
}  

.rating-list {
    margin-bottom: 30px;
}

.rate-player {
    min-height: 100px;
    align-items: center;
}

.rate-player .nickname {
    font-size: 14px;
}

.rate-player .nickname span {
    font-size: 12px;
}

.rate-player .rate-ava {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.lvl {
    left: 0px;
    bottom: 0px;
}

.dino-function {
    display: block;
    line-height: normal;
    padding: 2px 0;
    color: #9E9E9E;
} 

@media screen and (max-width: 640px) {
    .dino-img {
        width: 80px;
        min-width: 80px;
        height: 50px;
        min-height: 50px;
    }

    .rate-player {
        display: flex;
        flex-wrap: wrap;
    }

    .col-dino {
        flex: 1;
    }

    .points {
        width: 100%;
    }

    .nickname {
        width: 100%;
        padding-left: 70px;
    }
}