.back-to-top {
  display: none;
  position: fixed;
}

@include media-breakpoint-up(lg) {
  .back-to-top {
    bottom: 120px !important;
    right: 48px !important;
  }
}

@include media-breakpoint-up(sm) {
  .back-to-top {
    bottom: 88px !important;
    right: 16px !important;
  }
}
