/* Spribe: title is on the thumb — hide duplicate overlay */
.slot_game .name_slot_game {
    display: none !important;
}

.slot_game:hover .info_slot_game .name_slot_game {
    display: block !important;
}

.slot_game {
    background-size: cover !important;
    background-position: center center !important;
}
