#sticker {

    width: 8vw;
    height: 8vw;
    background-color:inherit;
    border-radius: 50%; 
    font-size: 1.2vw;
    text-align: center;
    text-transform: uppercase;
    line-height: 115%;
    position: fixed;
    top: 9.5vw;
    right:5vw;
    z-index: 2750;
}

#sticker.breakPointMobile {

    width: 92px;
    height: 92px;
    font-size: 14px;
    line-height: 115%;
    top: 23vw;
    right:7vw;

}