.gridm{
	margin: 3% 0 0 2%;
}

.grid_item{
	display: inline-block;
	width:23%;
	background: #fff;
	margin: 0 0 2% 0;
	overflow: hidden;
}
.grid_img{
	position: relative;
}
.img_in{
	display: block;
	width:100%;
	height:auto;
}
.grid_item a, .grid_item a:visited, .grid_item a:hover{
	color: #000;
}

.grid_item_2{
	width:48%;
}
.grid_item_white{
	background:#fff;
}
.grid_tag{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 10px;
	color: #fff;
	font-size: 0.6rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	display: inline-block;
}
.yt_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20%;
	height: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.grid_quote{
	
	font-size: 2rem;
	font-weight: bold;
	line-height: 100%;
	background: #eee;
	margin: 0;
}
.grid_quote_author{
	font-style: italic;
	background: #eee;
}
.grid_desc{
	padding: 0 1rem 0 1rem;
}
.grid_txt{
	font-size: .8rem;
	line-height: 1rem;
	margin: 0 0 .5rem 0;
}
.grid_time, .grid_time:hover, .grid_time:visited{
	font-size: .8rem;
	opacity: .4;
	padding: 0 1rem .5rem 1rem;
}
.grid_sizer{
	width:23%;
}

.gutter_sizer{
	width:2%;
}

.grid_title {
	font-size: 1rem;
	line-height: 100%;
	margin: .5rem 0;
	text-align: left;
	color: #333;
	clear: both;
}

@media (max-width: 1025px) {
	.grid_item{
		width:98%;
	}

	.grid_item_2{
		width:98%;
	}
	
	.grid_sizer{
		width:98%;
	}
}