.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

#chat header {
  align-items: center;
  height: unset;
}
#chat header .img-info img {
  height: 100px;
  width: auto;
  padding-top: 10px;
}
@media (max-width: 480px) {
  #chat header .img-info img {
    height: 60px;
  }
}

.thanks-title {
  text-align: center;
}

.thanks-amazon .title {
  text-align: center;
}
.thanks-amazon .banner {
  text-align: center;
}
.thanks-amazon .banner img {
  max-width: 600px;
  width: 100%;
}
.thanks-amazon .strong {
  color: red;
  text-align: center;
  font-weight: 700;
}/*# sourceMappingURL=style_cus.css.map */