.dp_field_text {
	  font-family:"DX Assistant 700',Helvetica,Arial,Lucida,sans-serif";
	  font-weight: 300;
	  display: inline-block;
	  margin: 0;
	  text-align: center;
	  font-size: 170px;
	  color: transparent;
	  background-clip: text!important;
	  -webkit-background-clip: text!important;
	  line-height:1;
	  background-size: 100%;
	  transition: background-size .3s ease;
	  background-position: center;
	  background-repeat: no-repeat;
}

.dp_field_text:hover {
	  background-size: 120%;
	  transition: background-size .3s ease;
}