.jayBlockFadeInEffectClass{
	position:relative;
}
.jayBlockFadeInEffectMask{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background-color:rgba(255,255,255,1);
    	pointer-events:none;
	transition:1s;
}
.jayBlockFadeInEffectMaskNone{
	background-color:rgba(255,255,255,0);
}