@charset "UTF-8";

/*//////////----- COMMUNITY -----//////////*/

#community p.text-block{
	margin-bottom:20px;
}

#community p.text-block:last-child{
	margin-bottom:0;
}

#community ul.gallery{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
}

#community ul.gallery li{
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
}

#community ul.gallery li img{
	width:100%;
	vertical-align: bottom;
}

@media only screen and (min-width: 540px){
	
	#community ul.gallery li{
		width:calc(100%/3);
	}
	
}