@media (max-width: $media-mobile) {
  .button {
    line-height: 16px;
    padding: 5px 0;
    width: 100%;
  }
}
