.aiLoading, .aiLoading-right {
    position: relative;
    pointer-events: none
}

    .aiLoading::before {
        content: '';
        border-radius: inherit;
        background-color: rgba(255,255,255,.78);
        background-image: url(assets/loader2.gif);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        color: #000;
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 50%;
        z-index: 1000000000000
    }

    .aiLoading-right::before {
        content: '';
        border-radius: inherit;
        background-color: rgba(233,233,233,.33);
        background-image: url(assets/loader2.gif);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        color: #000;
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: calc(100% - 15px);
        z-index: 1000000000000
    }

@media(max-width:320px) {
   
    .left1 {
        margin-right: -8px !important;
        margin-left: -25px !important;
        width: 113px !important;
    }
    .right1 {
        width: 110px;
    }
    input#btnPlayAgain{
        font-size:13px !important;
    }
    input#btnplay {
        font-size: 13px !important;
    }
    span#spnMsg {
        font-size:34px !important;
    }
}
