.home-mobile-hub{display:none}
@media(max-width:768px){
    .home-page #main-content{width:100%;max-width:none;padding:0 10px!important;margin:10px auto}
    .home-page #main-content>.m-grid-start.home{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:calc((100vw - 50px)/4);gap:10px;grid-auto-flow:dense;align-items:stretch}
    .home-page .home-mobile-hub{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;overflow:hidden;border-radius:15px;background:#fff3dc;box-shadow:0 3px 0 #20291d40;padding:5px}
    .home-mobile-hub>a{display:flex;align-items:center;justify-content:center;min-height:0;flex:1}
    .home-mobile-hub img{display:block;width:100%;height:100%;max-height:48px;object-fit:contain}
    .home-mobile-hub>div{display:flex;justify-content:center;align-items:center;gap:3px}
    .home-mobile-hub button{display:grid;place-items:center;min-width:30px;height:30px;padding:5px;color:#b3440b;border:0;border-radius:7px;background:transparent}
    .home-mobile-hub button:active{background:#ffdfb5}
    .home-mobile-hub svg{width:20px;height:20px}
    .home-page #main-content>.m-grid-start.home>.m-game-card{grid-column:auto/span 1;grid-row:auto/span 1;min-width:0;min-height:0;width:100%;height:100%;border-radius:15px;transform:none;margin:0;box-shadow:0 3px 0 #20291d40}
    .home-page #main-content>.m-grid-start.home>.m-game-card:nth-child(1 of .m-game-card){grid-column:span 3;grid-row:span 3}
    .home-page #main-content>.m-grid-start.home>.m-game-card:nth-child(12n + 6 of .m-game-card){grid-column:span 2;grid-row:span 2}
    .home-page .m-grid-start.home .m-game-link,.home-page .m-grid-start.home .m-game-thumbnail{height:100%;width:100%;display:block}
    .home-page .m-grid-start.home .m-game-card::before{display:none}
    .home-page .m-grid-start.home .m-game-card .m-game-link::before{display:none}
    .home-page .m-grid-start.home .fx-badge{font-size:8px;padding:2px 3px;gap:2px}
    .home-page .m-grid-start.home .fx-badge svg{width:8px;height:8px}
    .home-page #loadMoreGamesWrap{grid-column:1/-1;grid-row:auto;align-self:center;margin:8px 0}
    .home-page .home-category-heading{margin-top:28px}
}
@media(max-width:350px){.home-mobile-hub button{min-width:25px;height:26px}.home-mobile-hub svg{width:18px;height:18px}.home-page .home-mobile-hub{padding:3px;border-radius:12px}.home-page #main-content>.m-grid-start.home>.m-game-card{border-radius:12px}}
