.jds-bubble-wrapper {
    position: fixed;
    right: -4%;
    max-width: 30%;
    bottom: 0;
    width: 28%;
    scale: 0.7;
    z-index: 9999;
}

.jds-bubble-close {
    position: absolute !important;
    top: 4%;
    right: 4%;
    width: 2rem;
    display: flex;
    height: 2rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    background: #f443368a;
    border-radius: 50%;
    z-index: 9999;
}

@media (max-width: 768px) {
    .jds-bubble-wrapper {
        position: fixed;
        right: -9%;
        max-width: 100%;
        bottom: -10%;
        width: 100%;
        scale: 0.7;
        z-index: 9999;
    }
}