.slot-games{display:flex;flex-wrap:wrap;justify-content:space-around;padding:10px}.slot{align-items:center;border-radius:5px;box-shadow:0 0 10px grey;display:flex;flex-direction:column;margin:20px;transition:all .5s;width:320px}.slot .upper{border-radius:5px 5px 0 0;height:345px;overflow:hidden;text-align:center;width:320px}.slot .upper a{display:block;line-height:0;overflow:hidden}.slot .name{font-family:BwModelica;font-size:20px;font-weight:700;letter-spacing:0;margin:10px 0 0}.slot img{transition:transform .5s;width:320px}.slot .lower{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:5px;width:100%}.slot .jackpot{color:#003476;font-size:30px;font-weight:700;margin:10px 0}.slot a{align-self:stretch}.slot:hover{box-shadow:0 0 50px 10px}.slot:hover img{transform:scale(1.1)}.slot.small{width:240px}.slot.small .name{margin:5px 0}.slot.small .upper{height:auto;width:100%}.slot.small img{height:240px;width:100%}
/*# sourceMappingURL=jackpots.min.css.map*/