.waiting {
  width: 100px;
}

.background {
  margin: auto;
}

@media only screen and (min-width: 426px) {
  .background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
