/* small screen */
@media (max-width: 500px ) { 
	
	iframe{ width:auto!important; height:auto!important; }
	select{ display: block; margin-bottom: 10px; }
	h1, h2 { font-size: 0.7em!important; line-height: 1!important; }
	.children h2{ font-size: 1.99em!important; height: auto!important; }
	.main-section h2{ font-size: 1.1em!important; line-height: 1; }
	.children{ margin:20px 10px -13px -10px!important; box-sizing: border-box; }
	
	
	.children li{ width:100%; box-sizing: border-box; }
	
	section#content { 
		display: inline-block;
		margin: 0;
		padding: 0;
		box-sizing: border-box;  
		margin-left: 0!important;
		float:none!important;
		overflow: hidden; max-width: 100%;
	}

	#menu-side-menu a{ width:auto!important; }
	#side-menu{ width:100%!important; }
	
	.post-session div.details{ width:auto!important; }
	.post-session div.side { width: 100%!important; }
	
	.filter, .alert { height:auto!important; }

	.header { font-size:1.6em; }
	.issuuembed{ max-width: 500px!important; width:auto!important; }
	
	
	#container{ max-width: 960px!important; width: auto!important; }
	
 }
