@layer components {
  .image-fit {
    @apply relative;
    & > img {
      @apply absolute object-cover w-full h-full;
    }
  }
}
