.stickyblock {
    /*position: fixed;*/
    /*bottom:0;*/
    /*right: 0;*/
    /*left:0;*/

    padding: 10px;
    z-index:999;
    display:inline-block;
    text-align:center;
    background: #3c334a;
}
.stickyblock.setsticky {
    position: fixed;
    bottom:0;
    right: 0;
    left:0;
    text-align:center;
}
@media screen and (min-width:768px){
    .stickyblock {
        /*max-width: 200px;*/
        padding: 20px;
        /*left:unset;*/
        text-align:left;
    }
    .stickyblock.setsticky {
        max-width: 200px;
        left:unset;
    }
}

.stickyblock a,
.stickyblock a:hover{
    color:#fff;
}

.stickyblock svg{
    width: 28px;
    display: block;
    margin: 0 auto 5px;

}
/*.stickyblock.setsticky svg{*/
/*    width: 28px;*/
/*    display: block;*/
/*    margin: 0 auto 5px;*/
/*}*/
@media screen and (min-width:768px) {
    .stickyblock svg{
        width: 28px;
        display: inline;
        vertical-align: middle;
        margin-right:10px;
        margin-bottom:0;
    }
    .stickyblock.setsticky svg{
        width: 28px;
        display: block;
        vertical-align: unset;
        margin-right:auto;
        margin-bottom:5px;
    }
}