.fixed-btn {
  position: fixed !important;
  top: 20px;
  right: 20px;
  z-index: 10000;
}
@media (max-width: 480px) {
  .fixed-btn {
    transform: scale(0.9);
    top: 15px;
    right: 15px;
  }
}
