.tr-shine {
	position: absolute;
	z-index: -1;
	display: block;
	background-color: #f4ffff4d;
	filter: blur(100px);
	opacity: 0.3;
	pointer-events: none;
	will-change: filter;
}
