///.work-header_title:hover
{ -webkit-text-fill-color: #F1EE55;
-webkit-background-clip: text; -webkit-text-stroke: 1px #F1EE55;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out; /*gecko*/
-ms-transition: all .5s ease-out; /*IE10*/
-o-transition: all .5s ease-out; /*opera 11.10+*/
-pie-transition: all .5s ease-out; /*PIE*/
transition: all .5s ease-out;
}