@charset "utf-8";

/* CSS Document */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1920px) {
  .ball {
    width: 220px;
  }
  .ticker {
    top: 39%;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1536px) {
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1280px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  /* .ball {
    width: 250px;
  }
  .ticker {
    top: 44%;
  }
  .btn-spin {
    width: 220px;
    height: 80px;
  } */
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
  body {
    background-image: url("../images/mobile_bg.jpg");
  }

  .logo {
    width: 350px;
  }

  .sub_logo {
    width: 350px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 768px) {
  .ball {
    width: 220px;
  }
  .logo {
    width: 250px;
  }
 
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 575px) {
  .logo {
    width: 150px;
  }

  .sub_logo {
    width: 150px;
  }

  .life_point_div {
    position: absolute;
    left: 7px;
    top: 73px;
  }

  .life_point {
    width: 25px;
    height: 25px;
  }

  .btn-spin {
    font-size: 30px !important;
  }

  .ball {
    width: 165px;
  }

  .prize-image {
    width: 60px !important;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .ball {
    width: 130px;
  }

  .prize-image {
    width: 40px !important;
  }
}

@media only screen and (max-width: 400px) {
  .ball {
    width: 100px;
  }

  .prize-image {
    width: 30px !important;
  }
  .log_out img{
    width: 30px !important;
  }

  .log_out{
    width: 60px;
  }

}

/* Custom, iPhone Retina */

@media only screen and (max-width: 375px) {
  .ball {
    width: 90px;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {

}


