/** === Gallery Block === */
.wp-block-gallery{
	display: flex !important;
}
.wp-block-gallery a{
	border-bottom: 0;
}
.wp-block-gallery figure{
	margin: 8px 0 0;
	font-size: 1.4rem;  
}

.entry-content li.blocks-gallery-item:before{
	display: none;
}
.entry-content ul>li.blocks-gallery-item:last-child{
	margin-bottom: 12px;
}
li.blocks-gallery-item figure{
	margin-bottom: 0;
}
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0
}
.entry-content > .wp-block-gallery{
	@include vertical-gutter-flow(1, 1, 1, 0.5);
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 12px 12px 0;
	position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	height: 100%;
	margin: 0
}

.columns-6,
.columns-7,
.columns-8{
	figcaption{
		display: none;
	}
}