.share {
    width: 100%;
    height: 100%;

    .share-button-wrapper-helper {

        display: table;
        width: 100%;
        height: 100%;

        .share-button-wrapper {
            display: table-cell;
            vertical-align: middle;

            .share-button {
                width: 55%;
                margin-left: auto;
                margin-right: auto;
                cursor: pointer;

                span {
                    text-align: center;
                    color: white;
                    display: block;
                }

                img {
                    border-radius: 14%;
                }
            }
        }
    }
}
