body .main {
  font-family: "Source Sans Pro","Helvetica Neue",Arial,sans-serif;
  color: #ddd;
  font-size: 1em;
  background:url('../crash/bg.png')#181223 !important;
  /* background:#0f0e14 !important; */
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  min-height: 650px;
}

.product-item {
  width: 100%;
  border-radius: 10px!important;
  transform: scale(0.9) !important;
  transition-delay: 0.1s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: scale(0.9) !important;
  -moz-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  -o-transform: scale(0.9) !important;
  box-shadow: 0px 4px 9px 0px #000000;
}
.product-item:hover {
  border: 5px solid #673ab7;
  box-shadow: 5px 5px 15px 15px #673ab7;
  transform: scale(0.95) !important;
  -webkit-transform: scale(0.95) !important;
  -moz-transform: scale(0.95) !important;
  -ms-transform: scale(0.95) !important;
  -o-transform: scale(0.95) !important;
}
.breadcumbs ul {
  background:#0f0e145c !important;
  /* background:#0f0e14 !important; */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  min-height: 80px;
  border-bottom: 2px solid #673ab7;
}
.breadcumbs ul li{
  display: inline-block;
  margin: auto;
  color: #ffffff;
  background: none;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  font-size: 30px;
  border: none;
}
.item-SLOTS, .item-CASINO, .item-CABALLO, .item-SLOTSV2,.item-POKER {
  display: block;
}
@media screen and (min-width:768px){
  .container-lobby {
    max-width: 90%;
    margin:auto;
  }
}