@media screen and (min-width:768px) {
  .hide_on_desktop { display: none; }
}

@media screen and (max-width:767px) {
  .hide_on_mobile{ display:none; }
}

body .userway_buttons_wrapper {
  left: 12px !important;
  bottom: 70px !important;
}

@media screen and (min-width:768px) {
  body .userway_buttons_wrapper {
    left: 60px !important;
    bottom: 20px !important;
  }
}
