.game-card{border-radius:.5rem;overflow:hidden;position:relative;margin-top:10px;cursor:pointer;transition:all .2s ease-in-out}.game-card,.game-card.home-screen{min-width:118px}.game-card .game-card-body{width:100%;height:100%;max-width:240px;max-height:300px}.game-card .game-card-body .game-img-wrap{width:100%;height:100%;position:relative}.game-card .game-card-body .game-img-wrap img.blured-bg-img{width:100%;max-width:100%;height:100%;object-fit:fill;inset:0;position:absolute;filter:brightness(.75) blur(10px)}.game-card .game-card-body .game-img-wrap .game-img-box{width:100%;height:100%;position:absolute;inset:0}.game-card .game-card-body .game-img-wrap .game-img-box img{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:center}.game-card .game-card-overlay{width:93%;height:95%;max-width:240px;max-height:300px;border-radius:20px;opacity:0;position:absolute;inset:0;transform:scale(0);transform-origin:center;transition:all .2s ease-in-out;pointer-events:none}.game-card .game-card-overlay .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);opacity:0;border-radius:25px;background:var(--primaryLight-900);transition:all .3s ease-in-out;pointer-events:auto}.game-card .game-card-overlay .favorite-btn{position:absolute;top:5px;left:5px;padding:0;border-radius:50%;background:var(--primaryLight-900);opacity:0;transform:scale(0);transition:all .2s ease-in-out;pointer-events:auto}.game-card:hover{transform:translateY(-.5rem)}.game-card:hover .game-card-overlay{opacity:1;transform:scale(1);pointer-events:auto}.game-card:hover .game-card-overlay .play-btn{opacity:1;transform:translate(-50%,-50%) scale(1)}.game-card:hover .game-card-overlay .favorite-btn{opacity:1;transform:scale(1)}@media screen and (max-width:850px){.game-card{min-width:110px}.game-card.home-screen{min-width:130px}}@media screen and (max-width:767.98px){.game-card{min-width:90px}.game-card.home-screen{min-width:100px}}