/**
 * @author Valentin Alisch, Off Office <hallo@valentinalisch.de>
 * @version 1.0
 *
 * Rettberg View: Artists
 */

#artists {}



#artists-grid {}

	#artists-grid .artist {
		margin-bottom: var( --spacing--medium );
	}

	#artists-grid .artist__thumbnail {
		margin-bottom: var( --spacing--image );
	}

		#artists-grid .artist__thumbnail > .image {
			--image-padding: 125% !important;
		}



.curator:not( :last-child ) {
	margin-bottom: var( --line-height );
}



/* ------------------------ */
@media ( max-width: 899px ) {

	/*#artists .artist__title {
		--font-size--regular: var( --font-size--small );
		--line-height--regular: var( --line-height--small );
	}*/
}