/* this is for jackpot page */

@media (min-width: 992px) and (max-width: 991px) {
    .jackpotHeroText {
        margin-top: 0 !important;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .jackpotHeroText {
        margin-top: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .slotwrapper {
        bottom: 25px !important;
    }
    .slot-machine-btn {
        width: 70px !important;
        margin-top: 5px !important;
        top: 58% !important;
        right: -7% !important;
    }
    .slotwrapper {
        margin-left: 2px !important;
    }
    .slot-machine > img {
        right: 0 !important;
    }
    .slot-machine-btn {
        top: 59% !important;
        right: -8% !important;
    }
}

@media (min-width: 551px) and (max-width: 575px) {
    .mainContainer {
        margin-top: 0 !important;
        margin-right: 20px;
    }
    .jackpotHeroText {
        margin-top: 0 !important;
    }
    .slotwrapper {
        height: 250px !important;
        width: 92% !important;
        bottom: 42px !important;
        margin-left: 5px !important;
    }
    .mobile-right-margin {
        margin-right: 10px !important;
    }
    .slot-machine-btn {
        top: 57% !important;
        right: -7% !important;
        width: 65px !important;
        margin-top: 11px !important;
    }
    .slot-machine > img {
        right: 0 !important;
    }
}

@media (min-width: 526px) and (max-width: 550px) {
    .mainContainer {
        margin-top: 0 !important;
        margin-right: 20px;
    }
    .jackpotHeroText {
        margin-top: 0 !important;
    }
    .slotwrapper {
        height: 235px !important;
        width: 92% !important;
        bottom: 42px !important;
        margin-left: 5px !important;
    }
    .mobile-right-margin {
        margin-right: 10px !important;
    }
    .slot-machine-btn {
        top: 57% !important;
        right: -7% !important;
        width: 65px !important;
        margin-top: 9px !important;
    }
    .slot-machine > img {
        right: 0 !important;
    }
}

@media (min-width: 501px) and (max-width: 525px) {
    .mainContainer {
        margin-top: 0 !important;
        margin-right: 20px;
    }
    .jackpotHeroText {
        margin-top: 0 !important;
    }
    .slotwrapper {
        height: 225px !important;
        width: 92% !important;
        bottom: 42px !important;
        margin-left: 5px !important;
    }
    .mobile-right-margin {
        margin-right: 10px !important;
    }
    .slot-machine-btn {
        top: 57% !important;
        right: -8% !important;
        width: 65px !important;
        margin-top: 12px !important;
    }
    .slot-machine > img {
        right: 0 !important;
    }
}

@media (min-width: 470px) and (max-width: 500px) {
    .mainContainer {
        margin-top: 0 !important;
        margin-right: 20px;
    }
    .jackpotHeroText {
        margin-top: 0 !important;
    }
    .slotwrapper {
        height: 215px !important;
        width: 92% !important;
        bottom: 42px !important;
        margin-left: 5px !important;
    }
    .mobile-right-margin {
        margin-right: 10px !important;
    }
    .slot-machine-btn {
        top: 57% !important;
        right: -8% !important;
        width: 65px !important;
        margin-top: 8px !important;
    }
    .slot-machine > img {
        right: 0 !important;
    }
}

@media (min-width: 448px) and (max-width: 469px) {
    .mainContainer {
        margin-top: 0 !important;
        margin-right: 20px;
    }
    .jackpotHeroText {
        margin-top: 0 !important;
    }
    .slotwrapper {
        height: 200px !important;
        width: 92% !important;
        bottom: 42px !important;
        margin-left: 5px !important;
    }
    .mobile-right-margin {
        margin-right: 10px !important;
    }
    .slot-machine-btn {
        top: 57% !important;
        right: -9% !important;
        width: 65px !important;
        margin-top: 8px !important;
    }
    .slot-machine > img {
        right: 0 !important;
    }
}

@media (max-width: 447px) {
    .mainContainer {
        margin-top: 0 !important;
        margin-right: 20px;
    }
    .jackpotHeroText {
        margin-top: 0 !important;
    }
    .slotwrapper {
        height: 186px !important;
        width: 92% !important;
        bottom: 42px !important;
        margin-left: 5px !important;
    }
    .mobile-right-margin {
        margin-right: 10px !important;
    }
    .slot-machine-btn {
        top: 57% !important;
        right: -10% !important;
        width: 65px !important;
        margin-top: 6px !important;
    }
    .slot-machine > img {
        right: 0 !important;
    }
}

/* this is for register page ,verification and jackpot page  */
@media (min-width: 768px) and (max-width: 991px) {
    #register .jackpotHeroText img {
        margin-top: 15% !important;
    }
    .logo {
        left: 50%!important;
        transform: translateX(-50%)!important;
    }

    #register .form-wrapper {
        margin-top: 10% !important;
        margin-bottom: 10%;
    }

    /* Jackpot page */

    #jackpot .jackpotHeroText {
        margin-top: 20% !important;
    }
    #jackpot .slot-machine {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #register .jackpotHeroText img {
        margin-top: 25% !important;
    }
    .logo {
        left: 50%!important;
        transform: translateX(-50%)!important;
    }

    #register .form-wrapper {
        margin-top: 10% !important;
        margin-bottom: 10%;
    }

    /* Jackpot page */
    #jackpot .jackpotHeroText {
        margin-top: 25% !important;
    }
    #jackpot .slot-machine {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #register .jackpotHeroText img {
        margin-top: 30% !important;
    }
    .logo {
        left: 50%!important;
        transform: translateX(-50%)!important;
    }

    #register .form-wrapper {
        margin-top: 10% !important;
        margin-bottom: 10%;
    }

    /* Jackpot page */
    #jackpot .jackpotHeroText img {
        margin-top: 30% !important;
    }
    #jackpot .slot-machine {
        margin-bottom: 30px;
    }
}
