slideshow-main::elm
	{
		$: media/owl-gallery;
		path: gallery;
		useEmbedCode: true;
		mainImage: true;
		settings: {
			nav: true;
			dots: false;
			loop: true;
			autoplay: false;
			autoHeight: true;
			mouseDrag: true;
			autoWidth: false;
			responsive: {
				0: { items: 1; };
				600: { items: 1; };
				1200: { items: 1; };
				1800: { items: 1; };
			};
		};
	}

/*
.page.post:not([use])::--attr-use
	{
		add: content-overlay;
	}
*/

.section.crumbs::--attr-class
	{
		remove: section;
	}

.section.posts::on( Document.scroll.select )
	{
		top: __self__;
		top-offset: --filler-height;
	}

.select > .list li::on( click, Document.scroll.select )
	{
		/* top: 0; */
		/* left: 0; */
		/* behavior: auto; */
		/* behavior: smooth; */
	}

.section.filters slot.postings::elm
	{
		path: ./filters/result;
	}

.section:not(.filters) .block-filters::elm
	{
		kill: true;
	}

.section.filters .selections-button::elm
	{
		kill: true;
	}

link[name="blocks"]::elm
	{
		match: ../self/class;
	}


