.homegrade-blocks-press-photo-kit { &__photo-grid { @apply grid grid-cols-4 py-8 gap-8; } &__photo-asset { @apply relative; aspect-ratio: 1/1; img { @apply w-full h-full object-cover rounded-3xl; } /* &:hover { img { @apply opacity-90; } } */ .cta--download { @apply absolute bottom-8 right-8; /* &:before { content: ''; @apply bg-red-400; @apply absolute w-full h-full; } */ } } }