.in-one-line {
    display: inline-flex;
}
.just-flex {
    display: flex;
}


.small-img {
    width: 256px;
    height: 144px;

    object-fit: contain;
    /* overflow: hidden; */
}

.div-results-img {
    overflow: hidden;
}

.result-player-bar {
    margin-left: 0%;
    
    position: relative;
    display: table;

    border-radius: 20px;
    width: 10px;

    white-space: nowrap;
    /* opacity: 0.0; */
}