@media (min-width:320px) {
    body {
        background-image: url('../bg-mobile-damangbet.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .the_wheel {
        position: fixed;
        top: 120px;
        right: 0;
        left: 0;
        background-image: url('../we1.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .the_wheel1 {
        position: fixed;
        top: 120px;
        right: 0;
        left: 0;
        background-image: url('../we2.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .tempat {
        position: relative;
        top: 570px;
        margin: auto;
        width: 25%;
        padding: 10px;
    }

    .btnspin {
        position: relative;
        background: #d9cb34;
        display: block;
        width: 100%;
        border: none;
        cursor: pointer;
        text-align: center;
        background-image: -webkit-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: -moz-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: -ms-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: -o-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: linear-gradient(to bottom, #d9cb34, #b82b2b);
        -webkit-border-radius: 10;
        -moz-border-radius: 10;
        border-radius: 10px;
        font-family: Courier New;
        color: #ffffff;
        font-size: 22px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }

    .btn:hover {
        background: #fcd63c;
        background-image: -webkit-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -moz-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -ms-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -o-linear-gradient(top, #fcd63c, #cedb14);
        background-image: linear-gradient(to bottom, #fcd63c, #cedb14);
        text-decoration: none;
    }
}

@media (min-width : 720px) {
    body {
        background: url('../bg-desktop-damangbet.jpg') no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    /* .wheel {
        position: fixed;
        bottom:0px;
        right:25%;
        left:50%;
        margin-left:-195px;
    } */
    .the_wheel {
        position: fixed;
        top: 120px;
        right: 0;
        left: 0;
        background-image: url('../w1.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .the_wheel1 {
        position: fixed;
        top: 120px;
        right: 0;
        left: 0;
        background-image: url('../w2.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .tempat {
        position: relative;
        top: 550px;
        margin: auto;
        width: 25%;
        padding: 10px;
    }

    .btnspin {
        position: relative;
        background: #d9cb34;
        display: block;
        width: 100%;
        border: none;
        cursor: pointer;
        text-align: center;
        background-image: -webkit-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: -moz-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: -ms-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: -o-linear-gradient(top, #d9cb34, #b82b2b);
        background-image: linear-gradient(to bottom, #d9cb34, #b82b2b);
        -webkit-border-radius: 10;
        -moz-border-radius: 10;
        border-radius: 10px;
        font-family: Courier New;
        color: #ffffff;
        font-size: 22px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }

    .btn:hover {
        background: #fcd63c;
        background-image: -webkit-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -moz-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -ms-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -o-linear-gradient(top, #fcd63c, #cedb14);
        background-image: linear-gradient(to bottom, #fcd63c, #cedb14);
        text-decoration: none;
    }
}