
@media only screen and (max-width:770px) {
    .charge-pubg-bg {
    background-image: url(../img/pubg_background_small.jpg) !important;
    
    }
}

.esh7an-button
{
    background: #131111;
    color: white;
     box-shadow: 1px 1px 6px 5px #191616d6;
    height: 35px;
    font-size: large;
    font-weight: bold;
    --f7-theme-color-tint:#484545;
    /* --f7-list-bg-color:white; */
    --f7-button-pressed-bg-color:rgb(46, 43, 43) !important;
}


.charge-pubg-bg {
    background: url(../img/pubg_background_big.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    BACKGROUND-POSITION: center;

}

.charge-freefire-bg {
    background: url(../img/freefire_background_big.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    BACKGROUND-POSITION: center;
 
}

.playerID-info-bg
{
    background-image: url(../img/pubg-playerID.jpg);
    height: 250px;
    background-size: cover;
    margin: 2px;
}
