
.vibono-share {
    display: none;
}

@media (max-width: 991px) {
    html {
        padding-bottom: 2rem;
    }
    .vibono-share {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        line-height: 2rem;
        align-content: stretch;
    }
    .vibono-share-btn {
        flex: 1;
        text-align: center;
        background-color: #5c5c5c;
        transition: background .3s ease;
    }
    .vibono-share-btn:hover {
        background: #333;
    }
    .vibono-share-btn span {
        color: #fff;
    }
    .vibono-share-btn.whatsapp {
        /*background-color: #25d366;*/
    }
    .vibono-share-btn.facebook {
        /*background-color: #3b5998;*/
    }
    .vibono-share-btn.pinterest {
        /*background-color: #bd081c;*/
    }
    .vibono-share-btn.twitter {
        /*background-color: #1da1f2;*/
    }
    .vibono-share-btn.email {
        /*background-color: #939499;*/
    }

    .vibono-share-btn:hover {
        background-color: #939499;
    }
}