.wp-gallery-carousel .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image a, .wp-gallery-carousel .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
    /* width: fit-content; */
    width: 100%;
    margin: 0 auto;
}
.wp-gallery-carousel .wp-block-gallery.has-nested-images figure.wp-block-image img, .wp-gallery-carousel .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {

}
.section._content *:not(.wp-gallery-carousel) .wp-block-gallery figure.wp-block-image {
    min-width: auto;
    
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    height: 466px;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        height: auto;
    }   
}