/* CSS personalizzato per le dimensioni specifiche delle immagini anni 20 */

/* Immagine 1: new_anni20_BN_IC 1 copia.jpg = 594 × 540 */
.timeline__img img[src*="new_anni20_BN_IC%201%20copia.jpg"],
.timeline__img img[src*="new_anni20_BN_IC 1 copia.jpg"] {
    width: 594px !important;
    height: 540px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Immagine 2: new_anni20_BN_Screenshot = 358 × 540 */
.timeline__img img[src*="new_anni20_BN_Screenshot"] {
    width: 358px !important;
    height: 540px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Immagine 3: new_anni20_color_BB4A0575 = 360 × 540 */
.timeline__img img[src*="new_anni20_color_BB4A0575"] {
    width: 360px !important;
    height: 540px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Immagine 4: new_anni20_color_BB4A1550 = 360 × 540 */
.timeline__img img[src*="new_anni20_color_BB4A1550"] {
    width: 360px !important;
    height: 540px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Assicuriamoci che il container dello slider possa contenere le diverse dimensioni */
.timeline__img {
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.timeline__img > div {
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Stile per il contenitore TinySlider specifico per anni 20 */
#tns7-iw .tns-inner {
    overflow: visible !important;
}

#tns7 .tns-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}