#iRFloating {
    position: fixed !important;
    bottom: 310px;
    right: 6px;
    z-index: 100;
    cursor: pointer;
    left: unset !important;
    top: unset !important;
}

#iRFloating tr {
    border-bottom: none;
}

#iRFloating a {
    display: flex;
    width: 50px;
    height: 130px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
    font-size: 1.2rem;
    background: linear-gradient(45deg, #705DDA, #9C8EE3);
    border-radius: 30px;
    color: #fff;
    text-align: center;
    text-orientation: upright;
    writing-mode: vertical-rl;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
}

@media only screen and (max-width: 450px) {
    #iRFloating {
        bottom: 150px;
    }

    /* #iRFloating a {
        width: 100px;
        height: 150px;
    } */
}