@layer components {
  .contain {
    @apply object-contain;
  }
  article {
    figure {
      @apply relative -mx-3;
      img {
        @apply sm:w-3/4 h-auto;
      }
      figcaption {
        @apply text-center text-sm text-gray-500 dark:text-gray-400;
      }
    }
  }
}
