footer .cv-btn {
    position: fixed;
    width: 20%;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    max-width: 300px;
}


@media screen and (max-width:599px) {
footer .cv-btn{
  width: 45%;
  bottom: 80px;
} 
}
