.players {
    background-image: url(../image/players_back@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -19px;
}

.players__content {
    text-align: center;
    padding: 30px;
}

.players__table {
    width: 100%;
    text-align: left;
}

.table__row {
    height: 33px;
}

.players__place {
    width: 16px;
}

.players__name {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.players__pvp {
    width: 34px;
}

@media (max-width: 1023px) {
    .players__image {
        width: 30%;
    }
}

/*players-page*/

.page-players, .page-players__header, .page-players__content {
    width: 100%;
}

.page-players__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.page-players__colspan {
    margin-left: 13%;
    width: 65%;
}

.page-players__th {
    width: 10%;
}

.page-players__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.page-players__num {
    width: 2%;
}

.page-players__name {
    width: 65%;
}

.page-players__pvp, .page-players__pvp {
    width: 10%;
}

.page-players__img {
    min-width: 50px;
    width: 100%;
    min-height: 50px;
    height: 100%;
    object-fit: cover;
}

.page-players__image {
    width: 12%;
    margin-right: 1%;
    max-width: 50px;
    height: 50px;
    position: relative;
}

.page-players__image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/zulu_border_image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1023px) {
    .page-players__image {
        max-width: 30px;
        height: 30px;
        margin-left: 1%;
    }
    .page-players__img {
        min-width: 30px;
        min-height: 30px;
    }
    .page-players__name,
    .page-players__colspan {
        width: 50%;
    }
    .page-players__name p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .page-players__pvp,
    .page-players__th {
        width: 18%;
    }
}