.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.swiper-main {
    width: 100%;
}
    .swiper-main .swiper-slide > * {
        width: 50%;
    }
    .swiper-main .swiper-slide img {
        width: 70%;
    }

    .swiper-main figcaption {
        width: 50%;
        font-size: 15px;
        color: #9ca3af;
        margin: 8px 0 12px;
    }
    .swiper-main figcaption {
        width: 50%;
        font-size: 15px;
        color: #9ca3af;
        margin: 8px 0 12px;
    }

#article-slide-thumb figcaption > * {
    background-color: transparent !important;
    color: inherit !important;
}

#copy-link-btn:hover svg g {
    fill: black;
}

#print-btn:hover svg path {
    stroke: black;
}
.thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
    width: 50%
}

    .thumbs .swiper-slide {
        width: 90px;
        height: 90px;
        opacity: 0.4;
        border: 2px solid white;
        border-radius: 6px;
        overflow: hidden;
    }

    .thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next{
    right: 10%;
}


.swiper-button-prev {
    left: 10%;
}

@media only screen and (max-width: 768px){
    .swiper-main .swiper-slide > * {
        width: 100%;
    }
    .swiper-main .swiper-slide img {
        height: 280px;
        width: 100%;
    }
}