/* Add here all your CSS customizations */
/* Text with Background Effect */
.effect-text-background2 {
	background-image: url(../img/gif/3.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 35%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

html.ie .effect-text-background2 {
	background: none !important;
}