.game{background-image:url(/assets/images/games_bg.png);background-repeat:no-repeat;background-position:50%;background-size:cover;overflow:hidden;border-radius:24px;transition:.5s;width:100%;aspect-ratio:2/2}.game:hover{transform:scale(1.05)}.game .overlay{backdrop-filter:blur(6px);width:100%;height:100%;display:flex;align-items:center;justify-self:center;position:relative}.game .overlay img{max-width:50%;max-height:50%;margin:0 auto}.game .overlay a{display:block;position:absolute;width:100%;height:100%}@media (max-width:991px){.game:hover{transform:scale(1)}}@media (max-width:767px){.game .overlay{backdrop-filter:blur(2px)}.game .overlay img{max-width:60%;max-height:60%}}