#woodcut_collage {
    margin: 80px;
}

#woodcut_swiper {
    visibility: hidden;
    height: 0;
}

.woodcut_collage-container {
    display: flex;
    justify-content: center;
}

.woodcut_caption {
    font-size: 20px;
    font-family: 'Lora', serif;
}

.woodcut_img-container {
    display: flex;
}

.small_woodcut-img {
    width: 400px;
    height: 485px;
    object-fit: cover;
}

.large_woodcut-img {
    width: 860px;
    height: 1030px;
    object-fit: cover;
}

.left-img {
    margin: 0 60px 0 0;
}

.right-img {
    margin: 0  0 0 60px;    
}

.bottom-img {
    margin-top: 25px;
}

.top-img {
    margin-bottom: 30px;
}

.row-img {
    margin: 60px 30px;
}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 1000px) {

    #woodcut_collage {
        visibility: hidden;
        height: 0;
    }

    #woodcut_swiper {
        visibility: visible;
        height: 100%;
        /* margin: auto 80px; */
    }
    
    .swiper {
        /* width: 220px;
        height: 265px; */
        width: 100%;
        padding: 0 5px;
        object-fit: cover;
    }

    .swiper-container {
        margin: auto;
    }
    
    .woodcut_collage-container {
        display: block;
    }
    
    .woodcut_caption {
        line-height: 26px;
        margin: 60px 0 20px 0;
    }
    
    .woodcut_img-container {
        display: inline-flex;
    }

    .left-img {
        margin: 0;
    }
    
    .right-img {
        margin: 0;    
    }

    .bottom-img {
        margin-top: 0;
    }
    
    .top-img {
        margin-bottom: 0;
    }
    
    .row-img {
        margin: 0;
    }

}
