.hover-gold{display:inline-block;position:relative;overflow:hidden}.hover-gold:after{position:absolute;content:'';left:0;top:0;width:100%;height:100%;background-color:rgba(200,176,143,0);-moz-transition:300ms all ease-in-out;-webkit-transition:300ms all ease-in-out;transition:300ms all ease-in-out}.hover-gold:hover:after{background-color:rgba(200,176,143,0.5)}