<!-- Right Slideshow --> <div class="relative h-[60vh] lg:h-auto overflow-hidden"> <img src="https://picsum.photos/seed/battle-five-armies-1/1200/1600.jpg" alt="Batalla épica" class="slide-image active absolute inset-0 w-full h-full object-cover parallax-bg img-filter"> <img src="https://picsum.photos/seed/dragon-smaug-fire/1200/1600.jpg" alt="Smaug" class="slide-image absolute inset-0 w-full h-full object-cover parallax-bg img-filter"> <img src="https://picsum.photos/seed/dwarf-mountain-hall/1200/1600.jpg" alt="Erebor" class="slide-image absolute inset-0 w-full h-full object-cover parallax-bg img-filter"> <img src="https://picsum.photos/seed/elven-army-swords/1200/1600.jpg" alt="Ejército elfo" class="slide-image absolute inset-0 w-full h-full object-cover parallax-bg img-filter"> <!-- Overlay --> <div class="absolute inset-0 bg-gradient-to-t from-[#0a0a0a] via-transparent to-transparent lg:bg-gradient-to-r lg:from-[#0a0a0a]/50 lg:via-transparent lg:to-transparent"></div> <!-- Slide Counter --> <div class="absolute bottom-6 right-6 z-10 text-xs font-mono text-white/40"> <span id="slideCounter">01</span> / 04 </div> </div> </section>