.aside-social
{
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 14;
}

.aside-social a
{
    background-color: rgb(34, 124, 177);
    color: rgb(255, 255, 255);
    font-size: 30px;
    display: block;
    padding: 10px;
    margin-bottom: 2px;
}

.edit-mode .aside-social
{
    position: relative;
    top: 0px;
    transform: none;
}