#launcher {
  transform: scale(0.8);
  right: 10px !important;
}
@media (max-width: 500px) {
  #launcher {
    transform: scale(0.7);
    right: 0 !important;
  }
}