@media screen and (min-width:100em) {
	
	/*****************
 	Layout
	/*****************/
	
	.block{
		margin:auto;
		max-width:1400px;
	}
	.footer{
		margin-bottom:2em;
	}
	.header{
		max-width:unset;
	}
	.main{
		margin-bottom:3em;
	}
	
	/* sponsors */
	.sponsors__image{
		height:80px;
	}
	
}