/* ZELMA MOBILE FIX */

body{
overflow-x:hidden;
}

/* CONTAINER */
.container{
width:100% !important;
padding-left:10px !important;
padding-right:10px !important;
}

/* TOP MENU */
.top-menu{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

/* GAME GRID MOBILE */

.games-container{
display:grid !important;
grid-template-columns:repeat(2,1fr);
gap:8px;
padding:0;
margin:0;
list-style:none;
}

.games-container li{
padding:3px;
}

.games-container img{
width:100% !important;
height:auto !important;
display:block;
}

/* DROPDOWN MENU */

.game-list-container{
width:100% !important;
left:0 !important;
}

.game-list-container .container{
width:100% !important;
}

/* LOGO */

.logo img{
max-width:140px;
height:auto;
}

/* LOGIN BUTTON */

.login-button,
.register-button{
padding:6px 10px;
font-size:13px;
}

/* FLOATING BUTTON */

.Telegrambutton,
.RTPbutton{
position:fixed;
left:10px;
z-index:999;
width:45px;
height:45px;
}

.Telegrambutton{
bottom:60px;
}

.RTPbutton{
bottom:120px;
}

/* SLIDER IMAGE */

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