#game-mobile-img-wait{
    opacity: 50%;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(44, 44, 61);

    -webkit-user-select: none;     
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

#game-mobile-img-ready{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 0, 0);
    cursor: pointer;

    -webkit-user-select: none;     
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

#game-mobile-button-wait{
    background-color: rgb(95, 139, 97);
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

    border-radius: 50px;
    border-style: none;
    border-width: 1px;
    border-color: rgb(44, 44, 61);

    width: 45%;
}

#game-mobile-button-ready{
    background-color: rgb(94, 179, 69);
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 50px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(11, 11, 37);

    width: 45%;
}

#game-frame-mobile{
    position: relative;
    width: 1px;
    height: 1px;
    border: none;
}


@media (min-width: 1281px) {
    #game-mobile-button-wait, #game-mobile-button-ready{
        font-size: 50px;
    }
}
  
@media (min-width: 1025px) and (max-width: 1280px) {
    #game-mobile-button-wait, #game-mobile-button-ready{
        font-size: 45px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #game-mobile-button-wait, #game-mobile-button-ready{
        font-size: 36px;
    }
}
  
@media (min-width: 481px) and (max-width: 767px) {
    #game-mobile-button-wait, #game-mobile-button-ready{
        font-size: 18px;
    }
}
  
@media (max-width: 480px) {
    #game-mobile-button-wait, #game-mobile-button-ready{
        font-size: 12px;
    }
}