.main-page{
  position: relative;
  max-width: 100%;
}

.main-page .main-container.games{
  padding: 0px 0px 0;
  font-size: 0;
}

.main-page .content .game-buttons{
  width: calc(1224px / 2);
  height: 242px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  padding-top: 205px;
  padding-left: 17px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #282828;
}
.main-page .content .game-buttons span:nth-of-type(2){
  font-size: 13px;
  color: #999999;
}
.main-page .content .game-buttons:nth-child(-n+2){
  margin-right: 8px;
}
.main-page .content .game-buttons:nth-of-type(4){
  width: 100%;
}

.main-page .content .game-buttons.live{
  background: url("/victory_wallet/img/main/casino.png?ver=1.02") no-repeat;
}

.main-page .content .game-buttons.others{
  background: url("/victory_wallet/img/main/slot.png?ver=1.01") no-repeat;
}

.main-page .content .game-buttons.poker{
  background: url("/victory_wallet/img/main/idn-button.jpg") no-repeat;
}

.main-page .content .game-buttons.slot{
  background: url("/victory_wallet/img/main/prog-jockpot.png?ver=1.02") no-repeat;
}

.main-page .content .game-buttons.live:hover{
  background: url("/victory_wallet/img/main/casino-hover.png?ver=1.02") no-repeat;
}

.main-page .content .game-buttons.others:hover{
  background: url("/victory_wallet/img/main/slot-hover.png?ver=1.01") no-repeat;
}

.main-page .content .game-buttons.poker:hover{
  background: url("/victory_wallet/img/main/idn-button-hover.jpg") no-repeat;
}

.main-page .content .game-buttons.slot:hover{
  background: url("/victory_wallet/img/main/prog-jockpot-hover.png?ver=1.02") no-repeat;
}

.main-page .content .coupon-container:hover{
  background: url("/victory_wallet/img/main/coupon/coupon-banner.jpg") no-repeat;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

.odometer-container{
  position: absolute;
  right: 378px;
  bottom: 20px;
  overflow: hidden;
  height: 97px;
  width: 1295px;
}

.odometer-container1{
  position: absolute;
  left: 118px;
  bottom: 5px;
  overflow: hidden;
  height: 97px;
  width: 895px;
}

.jackpot-odometer{
  position: absolute;
  height: 92px;
  width: 520px;
  bottom: 0;
  right: 0;
}

.main-page .odometer-container img{
  margin-top: -5px;
}
