#lightbox-container { transition: opacity 0.3s ease; } #lightbox-image { transition: transform 0.3s ease; transform: scale(0.95); } #lightbox-container:not(.hidden) #lightbox-image { transform: scale(1); }