.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
}

.site-hero .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

:target {
    scroll-margin-top: 92px;
}

.gallery-container {
    margin-top: 92px;
}

.publications-swiper {
    width: 100%;
}

.publications-swiper .swiper-slide {
    background: rgba(0, 0, 0, 0.5);
    width: 450px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}