.fontSize .viber_share a#viber_share{
    width: auto;
    height: auto;
    margin: 0;
    background: url(/assets/admin/img/front/shareIcons/viber.svg);
    display: block!important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.fontSize .whatsapp_share a#whatsapp_share{
    width: auto;
    height: auto;
    margin: 0;
    background: url(/assets/admin/img/front/shareIcons/whatsapp.svg);
    display: block!important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.fontSize .linkedin_share a#linkedin_share{
    width: auto;
    height: auto;
    margin: 0;
    background: url(/assets/admin/img/front/shareIcons/linkedin.svg);
    display: block!important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.fontSize .facebook_share a{
    background: url(/assets/admin/img/front/shareIcons/facebook.svg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: auto !important;
}
.fontSize .twitter_share a{
    background: url(/assets/admin/img/front/shareIcons/twitter.svg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: auto !important;
}
.fontSize .mail-share a{
    margin-left: 0;
    background: url(/assets/admin/img/front/shareIcons/mailTo.svg) !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
}
.fontSize div{
    float: left;
    margin:0
}
.fontSize div:last-of-type,
.fontSize.sixIcons div:last-of-type{
    margin-right: 0 !important;
}
@media(max-width:1920px){
    .fontSize{
        width: 334px;
    }
    .fontSize div{
        width: 18.4% !important;
        height: 0 !important;
        padding-bottom: 12.9% !important;
        position: relative;
        margin-right: 2% !important;
    }
     .fontSize.sixIcons div{
        width: 15% !important;
        height: 0 !important;
        padding-bottom: 10.5% !important;
        position: relative;
        margin-right: 2% !important;
    }
    .fontSize a{
        background-size: cover !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto !important;
        height: auto !important;
        margin: 0;
    }
}
@media(max-width:580px){
    .fontSize{
        width: 100%;
    }
    .fontSize.sixIcons{
        
    }
}
.bodyIcons .fontSize{
    margin-top: 10px;
}