.quote-btn {
    position: fixed;
    top: 25%;
    right: 0%;
    width: 346px;
    transform: scale(0);
    transform-origin: top right;
    transition: transform 0.3s ease;
    z-index: 9999;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.quote-btn.show {
    transform: scale(1);
}

.quote-widget-image {
    border-radius: 6px;
    width: auto !important;
}

#content {
    background-color: beige;
    display: inline-block;
    position: relative;
}