.mol-lamelle {
    .atm-image {
        @apply w-full pt-[110%] md:pt-[150%] relative overflow-hidden;

        img {
            @apply absolute h-full w-full top-0 left-0 object-cover transition object-center hover:scale-[1.03] duration-700;
        }
    }

    .lamelle-content {
        @apply p-4;

        h3 {
            @apply text-h5 sm:text-h4 text-secondary-col-1;

            span {
                @apply font-semibold;
            }
        }
    }
}
