.social-share{
    display: flex;
    justify-content: center;
}

.a2a_kit,
.a2a_kit_size_32{
    position: static;
    width: 100%;
    height: auto;
    z-index: 99;
    border-radius: 0;
}

.a2a_kit .a2a_svg{
    margin: 3px 3px;
    border-radius: 5px;
}

.desktop-social{
    display: none;
}

@media screen and (min-width: 768px){
    .desktop-social {
        display: block;
        position: fixed;
        top:40%;
        right:0;
        width: 40px;
        height: auto;
        z-index: 9999;
        border-radius: 6px;
        background-color: #fff;
    }

    .social-share{
        display: block;
    }

    .a2a_kit .a2a_svg{
        margin: 4px auto;
    }

}

