slideshow-main::elm
	{
		$: media/owl-gallery;
		mainImage: true;
		useEmbedCode: true;
		path: gallery;
		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; };
			};
		};
	}

[cs-span]:not([cs-span=""])::define( span )
	{
		data:
			{
				posting-columns:
					span-1( 0, 920 ),
					span-2( 920 )
				;
			}
		;
	}

.owl-carousel [cs-ratio]::--attr-cs-ratio
	{
		set: landscape-4-3;
	}