.portfolio-item.protected .portfolio-item-img {
	position: relative;
	height: 100%;
}

.portfolio-item.protected .portfolio-item-img a:after{
	display:  block;
	content: " ";
	background: rgba(33,33,33,0.8) url("/wp-content/themes/polychrome/assets/img/lock.svg") center center no-repeat;
	background-size:  24px 24px;
	position: absolute;
	top:  0;
	left:  0;
	bottom: 0;
	right:  0;
}