@charset "utf-8";

/* CSS Document */

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

/* Large Devices, Wide Screens */

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

}

/* 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) {

}

/* 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.png");
    }

    .logo{
        width: 350px;
    }

    .sub_logo{
        width: 350px;
    }

}

/* Extra Small Devices, Phones */

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

    .ball {
        width: 220px;
    }
  
}

/* 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;
    }
  
}

/* 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) {
    
}
