#chatWindow {
    height: 600px !important;
    left: 20px !important;
    right: auto !important;
    transform-origin: bottom left !important;
}

#launcher {
    left: 20px !important;
    right: auto !important;
}

#bubble {
    left: 120px !important;
    right: auto !important;
}

@media (max-width: 480px) {
    #chatWindow {
        left: 10px;
        right: auto;
    }

    #launcher {
        left: 15px;
        right: auto;
    }

    #bubble {
        left: 95px;
        right: auto !important;
    }
}