.wp-block-jetpack-tiled-gallery {
    margin: 0 auto 1.5em
}

.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,
.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tiled-gallery__gallery {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tiled-gallery__gallery,
.tiled-gallery__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tiled-gallery__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.tiled-gallery__row+.tiled-gallery__row {
    margin-top: 4px
}

.tiled-gallery__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.tiled-gallery__col+.tiled-gallery__col {
    margin-left: 4px
}

.tiled-gallery__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.tiled-gallery__item+.tiled-gallery__item {
    margin-top: 4px
}

.tiled-gallery__item>img {
    background-color: rgba(0, 0, 0, .1)
}

.tiled-gallery__item>a,
.tiled-gallery__item>a>img,
.tiled-gallery__item>img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 0;
    width: 100%
}