﻿/*.mainContainer,
header{
	left:0;
	width:100%;	
}*/
#feed{
	overflow:auto;
}
figure{
	display:inline-block;
	overflow:hidden;
}
figure,
figure img,
figure figcaption{
	width:100%;
	position:relative;
	float:left;
}
figure figcaption{
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,.33);
	color:white;
	padding:10px 0;
	text-indent:10px;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:16px;
	font-size:1rem;
}
h1 {
	margin: 32px auto;
	font-family: 'Permanent Marker', sans-serif;
}
			 @media screen and (min-width:768px){
				/*.filterWrap{
					left:-25%;	
				}*/
				figure{
					max-width:45.5%;
					margin:32px 0 0 3%;
					border-radius:2px;
					box-shadow:0 0 5px #efefef;
				}
				figure img{
					border-radius: 2px;
				}
				figcaption{
					border-radius: 0 0 2px 2px;
				}
				figure:last-child{
					margin-bottom:32px;
				}
			 }
			  @media screen and (min-width:1025px){
				/*.filterWrap{
					left:-15%;	
				}*/
				figure{
					max-width:30%;
					margin:36px 0 0 2.5%;
				}
					
			 }