#cro-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 20px;
    z-index: 9999;
}
