#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 p {

    padding-top: 0.5vw;

}

#sticker.breakPointMobile {

    width: 100px;
    height: 100px;
    font-size: 15px;
    line-height: 115%;
    top: 23vw;
    right:7vw;

}

#sticker.breakPointMobile p {

    padding-top: 1.2vw;

}