/************************
*** Large Screens
**************************/
@media screen and (min-width: 1200px) {
	
	section.hero
	{
		background-attachment:fixed;
		transform: translateZ(0);
		will-change: transform;
		background-size: cover;
	}
	
	/************************
	*** Events
	**************************/
	.event-list .event-content
	{
		margin-left:0px;
	}
	
	section h1
	{
		top:5px;
	}
	
	
}
