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