#launcher-frame {
  position: fixed;
  bottom: 30px !important;
  left: 10px !important;

  @media screen and (max-width: 425px) {
    position: fixed;
    bottom: 155px !important;
    left: 0px !important;
  }

  @media screen and (min-width: 700px) {
    position: fixed;
    bottom: 80px !important;
    left: 0px !important;
  }

  @media screen and (min-width: 1200px) {
    position: fixed;
    bottom: 0px !important;
    left: 0px !important;
  }
}
