@charset "UTF-8";


.picwrap {
	overflow: hidden;
	position: relative;
	background-color: #000000;
	margin-bottom: 5px;
}
.g-text {
	position: absolute;
	left: 0px;
	font-size: 21px;
	z-index: 9;
	color: #FFFFFF;
	padding-left: 21px;
	font-weight: normal;
	bottom: -95px;
	width: 100%;
	transition: all ease 611ms;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+86 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 86%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 86%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 86%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	padding-top: 55px;
	padding-bottom: 21px;
}
.picwrap:hover .g-text {
	bottom: 0px;
}
#articles .grid .item .content {
}


.picwrap img {
	transition: all 932ms ease;
	vertical-align: top;
	height: auto;
	width: 100%;
	
}
.picwrap:hover img {
	transform: scale(1.1);
	opacity:0.8;
	

}
#col1 {
	float: left;
	height: auto;
	width: 50%;
	padding-right: 2.5px;
}
#col2 {
	float: left;
	height: auto;
	width: 50%;
	padding-left: 2.5px;
}
@media(max-width:780px){
	

#col2,#col1 {
	float: left;
	height: auto;
	width: 100%;
	padding-left:0px;
	padding-right:0px;
}



.g-text {
	
	
	bottom:0px;
	
	
}
	
	
	
}

@media(max-width:500px){
.g-text {
	bottom: 0px;
	padding-bottom: 25px;
	padding-top: 21px;
	padding-left: 21px;
	font-size: 18px;
}	
	
}
