@media only screen and (max-width: 1000px) and (orientation: portrait)
{
    #q
    {
        font-size: 2.2rem !important;
    }
    #div_form
    {
        width: 75%;
    }

    #rep_ai
    {
        font-size: 2rem !important;
        width: 85%;
    }

    #btn_ok
    {
        top: 2.1rem;
        width: 6.5rem;
    }
}
