#section-historia {}

.history-page .history-perex {
    line-height: 1.6em;
}

.history-page img {
    border-radius: var(--size-normal);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.swiper.history-swiper {
    width: 100%;
    padding: 1rem 0;
}

.swiper-slide {
    width: auto !important;
    /* dôležité – nech sa šírka prispôsobí obrázku */
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    height: 420px;
    width: auto;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    box-shadow: none;
}

.image-caption {
    font-size: 0.92rem;
    color: #666;
    text-align: center;
    margin-top: 0.25rem;
    max-width: 100%;
    word-break: break-word;
}

@media only screen and (max-width:60em) {
    .swiper-slide img {
        height: 320px;
    }
}

@media only screen and (max-width:40em) {
    .swiper-slide img {
        height: 220px;
    }

    .image-caption {
        font-size: 0.75rem;
    }
}