.toast-ss{
  left: 25px;
  z-index: 9000;
}

@media only screen and (min-width: 0){
  .toast-ss {
    left: 25px;
  }
}

@media only screen and (min-width: 48em){
  .toast-ss {
    left: 23rem;
  }
}

@media only screen and (min-width: 64em){
  .toast-ss {
    left: 40rem;
  }
}

@media only screen and (min-width: 75em){
  .toast-ss {
    left: 75rem;
  }
}





