/*!
Theme Name: AnMedia Portafolio
Theme URI: http://wwwanmedia.es
Author: AnMedia
Author URI: http://www.anmedia.es
Description: ANmedia.
Version: 1.0
License URI: -
Text Domain: Portafolio
Tags: animated, creative, dark, fullscreen, gallery, lite, minimal, modern, parallax, photo, photographer, photography, portfolio, showcase, slider, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, sticky-post, theme-options, translation-ready

-----------------
Table of Contents
-----------------
*/
.anmedia-album-item {
    opacity: 0; /* Początkowo niewidoczne */
}

.anmedia-albums-grid {
    display: flex; /* Dla slidera */
    overflow: hidden; /* Ukrywa obrazki poza widocznością */
    width: 100%; /* Szerokość galerii na pełny ekran */
}

.anmedia-album-item {
    flex-shrink: 0; /* Zapobiega zmniejszaniu obrazków */
}
.full-width-image {
    width: 100%;
    height: auto; /* Zachowuje proporcje */
}