@media (min-width: 440px) {

  .xs\:w-auto {
    width: auto;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }
}