#returnRecruitBtn {
  display: none;
}

@media (max-width: 768px) {
  #returnRecruitBtn.btn-visible {
    display: block;
  }
}