.mascara{

	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.artigoHP{

	overflow: hidden;

}

.slick-active .artigoHP img.grelha{

	transition: all .2s ease-in-out;

}

.slick-active .artigoHP img.grelha:hover{

	transform: scale(1.3);
}
