#rslp-popup {
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 99999;
    display: none;
}

#rslp-popup img {
    width: 70px; /* change size here */
    height: auto;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

#rslp-close {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff3b3b;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}
