@media (max-width: 1400px) {
    .bye {
        width: 0;
        height: 0;
    }

    .hi {
        width: 90%;
    }
   
    .speechBubble
    {
        background-image: image("/images/speech.png");
    }
}