#slots .game-box-slots:hover .badge-game {
    transform: scale(1.15) rotate(0deg);
}

.slots-img-wrap {
    position: relative
}

.badge-game {
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.badge-game i {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 25px;
}

.badge-game.ttg {
    background: #d61e01
}

.badge-game.ttg i {
    background-image: url(/assets/img/icon/provider/logo-ttg.svg);
}

.badge-game.pragmatic i {
    background-image: url(/assets/img/icon/provider/pragmaticPlay.png);
    height: 37px;
    width: 29px;
    background-size: 54px;
}

.badge-game.habanero i {
    background-image: url(/assets/img/icon/provider/habanero.png);
}

.badge-game.playstar {
    background: #2a6ac4
}

.badge-game.playstar i {
    background-image: url(/assets/img/icon/provider/playstar.svg);
}

.badge-game.redtiger {
    background: #70080d
}

.badge-game.redtiger i {
    background-image: url(/assets/img/icon/provider/redtiger.svg);
}

.badge-game.spadegaming {
    background: #bf9a62
}

.badge-game.spadegaming i {
    background-image: url(/assets/img/icon/provider/spadegaming.svg);
}

.badge-game.microgaming i {
    background-image: url(/assets/img/icon/provider/microgaming.png);
}

.badge-game.gameplay {
    background: #a8c52c
}

.badge-game.gameplay i {
    background-image: url(/assets/img/icon/provider/gameplay.svg);
}

.badge-game.isoftbet i {
    background-image: url(/assets/img/icon/provider/isoftbet.png);
    height: 33px;
    width: 27px;
    background-size: 26px;
}

.badge-game.sa {
    background: #bf9a5d
}

.badge-game.sa i {
    background-image: url(/assets/img/icon/provider/sa.svg);
}

.badge-game.cq9 {
    background: #e1791d
}

.badge-game.cq9 i {
    background-image: url(/assets/img/icon/provider/cq9-2.png);
    height: 31px;
    width: 31px;
    background-size: 28px;
}

.badge-game.simpleplay {
    background: #d61e01
}

.badge-game.simpleplay i {
    background-image: url(/assets/img/icon/provider/simpleplay.svg);
    background-size: 20px;
}

.badge-game.rtg {
    background: #d61e01
}

.badge-game.rtg i {
    background-image: url(/assets/img/icon/provider/rtg.svg);
    background-size: 18px;
}