.whatup-popover {
    position: fixed;
    bottom: 15px;
    border-shaddow: 1px solid var(--primary-bg-color);
    height: 48px;
    width: 48px;
    right: 15px;
    /*padding: 100px 40px;*/
    border-radius: 5px;
    z-index: 999;
}

.whatup-popover img {
    max-width: 100%;
}