.archivePhotogallery__body {
    position: relative;
}
.archivePhotogallery__slider {
    height: 1360px;
}
.archivePhotogallery__image {
    display: block;
    width: 100%;
    height: 100%;
}
.archivePhotogallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 992px) {
    .archivePhotogallery__slider {
        height: 900px;
    }
}


@media screen and (max-width: 576px) {
    .section__archive h2 {
        font-size: 30px;
    }
}


@media screen and (max-width: 450px) {
    .archivePhotogallery__slider {
        height: 500px;
    }
}