.rrss{
    position: fixed;
    bottom: 10px;
    top: auto;
    right: 50px;
    z-index: 9;
}

.rrss ul {
    list-style: none;
    padding-left: 0px;
}

.rrss ul li:not(:first-of-type) {
    margin-top: 20px;
}

.rrss ul li{
    border-radius: 100%;
    background-color: #0031C8;
    border: 1px solid white;
}

.rrss ul li a {
    display: flex;
    padding: 10px;
}

.rrss ul li a i {
    font-size: 36px;
    color: white;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 979px) {
    .rrss{
        right: 25px;
        top: auto;
        bottom: 10px;
    }

    .rrss ul li a i {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .rrss ul li a i object {
        width: 30px;
        height: 30px;
    }
}
