@media (max-width: 400px){
	
	#get-tickets{
		display:none;
		}
	
	#nav-toggle{
		margin-bottom: 1em;
		}
	
}

@media (max-width: 700px){
	
	#home .content .inner img {
	display: inline-block;
	margin-bottom: 1em;
	max-width: 900px;
	width: 80%;
}
	
}

