.GameThumbailWrapper {
    background: rgba(255,255,255,1) url("https://zirveform.com/rawMedia/img/zirveIcon.png") no-repeat center center;
    background-size: contain !important;
    padding: 2px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,1));
    border-radius: 5px;
}
.ListGame:first-child .GameThumbailWrapper {
    background: rgba(255,255,255,1) url("https://zirveform.com/rawMedia/img/zirveIcon.webp") no-repeat center center;
    /* animation: shadowDance 2s ease-in-out infinite; */
}
.ListGame:first-child .GameTitle {
    /* animation: colorDance 2s ease-in-out infinite; */
}


#ZirveContentFull {
    max-width: 100vw;
    margin: auto auto;
    padding: 0px 0px;
    font-family: 'Geogrotesque', sans-serif;
    color: #FFFFFF;
}
#ZirveHowDeposit {
    min-width: 100%;
    min-height: 100vh;
    border: none;
}

