.wg-photo {
	border:0px #bebebe solid;
}
.wg-photo .title {
	text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #3e3e3e;
    font-size: 2rem;
    font-weight: 700;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px 0;
}
.wg-photo .articles {
	padding:0px;
	border:0px #bebebe solid;
	border-radius: 5px;
	margin-left:-0.5%;
	margin-right:-0.5%;
}
.wg-photo .articles ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wg-photo .articles ul li {
	width:20%;
	float:left;
	
}




.wg-photo .photowrap {
	width:95% !important;
	position:relative;
	overflow:hidden;
	margin:9px auto;
	padding-top: 100%;
	border-radius: 6px;
}
.wg-photo .photowrap img {
	position:absolute;
	
}
.wg-photo .overlay {
	position:absolute;
	background:url(img/transparent_50.png);
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	display:none;
}
.wg-photo .caption {
	position:absolute;
	color:#fff;
	left:0;
	top:40%;
	width:100%;
	display:none;
	z-index:20;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.wg-photo .photowrap:hover .overlay,
.wg-photo .photowrap:hover .caption {
	display:block;

}


@media only screen and (max-width: 600px) {
.wg-photo .articles ul li {
	width:50%;
	float:left;
}
	.wg-photo .articles ul li:nth-child(7){display:none;}
	.wg-photo .articles ul li:nth-child(8){display:none;}
	.wg-photo .articles ul li:nth-child(9){display:none;}
	.wg-photo .articles ul li:nth-child(10){display:none;}
	
}