.img-wrapper {
	position: relative;
	.overlay-icon{
		position: absolute;
		font-size:40px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		top:50%;
		left:50%;
		display: none;
		margin-left: -20px;
		margin-top: -20px;
		opacity:.7;
		color:#fff;
		text-decoration: none;
	}
	.img-info {
		position: absolute;
		color: #fff;
		top: 15px;
		right: 5px;
		background: rgba(0,0,0,.5);
		margin-left: -50px;
		margin-top: -9px;
		border-radius: 9px;
		line-height: 18px;
		padding: 0 4px;
	}
	&:hover{

		.overlay-icon{
			display: block;
		}
	}
}
