.og-share-container {
    height: 32px;
}
.og-share-box {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    height: 32px;
    width: 100%;
}

.og-share-btn {
    float: left;
    width: 25%;
    height: 32px;
}

.og-share-link {
    display: block;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.og-share-link:hover {
    color: #fff;
    text-decoration: none;
}
.og-share-link.fa-facebook-official,
.og-share-link.fa-facebook-official:hover {
    background: #3d5fa6;
}
.og-share-link.fa-twitter,
.og-share-link.fa-twitter:hover {
    background: #53b1f0;
}
.og-share-link.fa-google-plus,
.og-share-link.fa-google-plus:hover {
    background: #dd4b39;
}
.og-share-link.fa-pinterest,
.og-share-link.fa-pinterest:hover {
    background: #bd081c;
}


@media (min-width: 768px) {
    .og-share-container {
        height: 0;
    }
    .og-share-box {
        top: 20%;
        bottom: auto;
        left: 0;
        width: 32px;
    }
    
    .og-share-btn {
        float: none;
        width: 32px;
    }
    
    .og-share-link.fa {
        display: block;
        margin-bottom: 1px;
        width: 32px;
        background: #666 !important;
    }
    .og-share-link:hover {
        width: 42px;
    }
    .og-share-link.fa-facebook-official:hover {
        background: #3d5fa6 !important;
    }
    .og-share-link.fa-twitter:hover {
        background: #53b1f0 !important;
    }
    .og-share-link.fa-google-plus:hover {
        background: #dd4b39 !important;
    }
    .og-share-link.fa-pinterest:hover {
        background: #bd081c !important;
    }
}
