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

    .enjoyhint {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1010;
        pointer-events: none;
        overflow: hidden;
    }

    .enjoy_hint_label {
        position: absolute;
        color: #fff;
        z-index: 107;
        font-size: 20px;
        font-family: casino_handregular,Arial;
        /*margin-top: -10px;*/
        margin-left: -100px;
    }

    .enjoyhint_next_btn {
        width: 90px;
        height: 30px;
        font-size: 15px;
        margin-left: -90px;
    }

    .enjoyhint_skip_btn {
        width: 70px;
        height: 30px;
        font-size: 15px;
        margin-left: -85px;
    }
}

.myNextCustom, .mySkipCustom {
    margin-top: 10px;
}



