/* frontend.css */
.image-filled-text {
    display: block;
    background-repeat: no-repeat;
	background-clip: text; 
	-webkit-background-clip: text; 
	color: transparent;
	overflow:hidden;
}