.bdt-post-gallery .bdt-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	text-align: center;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags {
	line-height: 1;
	margin-top: 5px;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags .bdt-gallery-item-tag {
	font-size: 13px;
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags span+span {
	margin-left: 5px;
}

.bdt-post-gallery .bdt-gallery-item-link.bdt-link-text {
	padding: 8px 20px;
}

.bdt-post-gallery .bdt-gallery-item-link span {
	font-size: 10px;
	font-weight: 700;
}

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-gallery-item.bdt-transition-toggle .bdt-gallery-item-tags {
	margin: 20px 0 0 20px;
}

.bdt-post-gallery-skin-trosia .bdt-gallery-item-tags .bdt-gallery-item-tag {
	background: #1e87f0;
	padding: 8px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width:1024px) {
	.filtr-container {
		transition: height .5s ease-out;
	}
}