<div class="absolute items-center flex flex-col w-full h-full z-3 p-2 md:p-8 pointer-events-none {{ $photo ? 'text-white text-shadow justify-end' : 'justify-center text-gray-500' }} print:block"

@if (!$link && $photo)
    @if ($photo->enlarge)
        @click="setActivePhotoId('{{ $photo->id }}')"
    @endif
@endif
>
    <div class="flex flex-col items-center justify-center print:block print:absolute print:bottom-0 print:w-full">
        <div class="font-header font-normal leading-none whitespace-nowrap text-7xl print:text-2xl print:text-center">{{ $number }}</div>
        <div class="font-header font-medium text-3xl text-center print:text-xl">{{ $name }}</div>
        <div class="h-1 w-16 my-4 print:my-2 {{ $photo ? 'bg-white drop-shadow' : 'bg-gray-400' }} print:mx-auto"></div>
    </div>
</div>
