#profile_image{
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
.dp-container {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius:100%;
    text-align:center;
}
.elevate-chart{
    min-width: 1200px;
}
.table-responsive {
    overflow-y: hidden;
    height:auto;
    padding-bottom: 20px;
}

.img-container {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

    .img-container img {
        width:100%;
        height:100%;
    }
.game_img {
    border: 1px solid #ccc;
    height: 80px;
    width: 80px;
    object-fit: cover;
}