.velo-corner_button_text {
	color:white;
    background-color: black;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'termina';
    text-align: center;
    border-radius: 100px;
    line-height: 23px;
    font-weight: bold;
    padding: 10px;
    position:fixed;
    bottom:15px;
    right:15px;
    z-index:200000;
}

.velo-corner_button_text a{
    color:white;
}

@media(max-width: 768px){
    .velo-corner_button_text {
        width:110px;
        height:110px;
        font-size:12px;
        line-height: 20px;
    }
}