@media (min-width: 20em) {

	/* layout */
	
	.block{
		width:19em;
		margin:auto;
		margin-bottom:2em;
	}	
	



	/* events */

	/* teaser */
	.teaser{
		width:auto;
	}
	.teaser-item{
		margin-bottom:1.5em;
	}	
	
	/* card */	
	.box{
		display:inline-block;
		vertical-align:top;
		width:9.5em;
		height:13.438em;	
	}
	.box-section{
		width:19em;
	}
	.box-image{
		margin:0;
	}
}
