body #gpt_assistant {
    display: none;
}

body #gpt_chat {
    width: 100%;
}

@media screen and (max-width: 780px) {
    body .full #gpt_chat {
        padding: 60px 15px 20px;
    }
}