.asset .overlay {
    text-shadow: none !important;
    font-size: 16px !important;
}


/* Beginning of Ticket 6473149764  - Chris */
/* Custom 500px icon replaces .f-icon-googleplus */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-googleplus:before {
content: url('http://4ormat-asset.s3.amazonaws.com/vfs/545072/public_assets/25103053/500px16.png');
display: inline-block;
width: 16px;
height: 16px;
text-align: center;
margin-top: 1px;
position: relative;
top: .5px;
margin-left:1px;
}

/* This is just a small tweak for positioning of the li for the icon class */
.f-icon-googleplus {
    position: relative;
top: 1.5px;
opacity:.6;
}

/*For Retina Displays*/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

.f-icon-googleplus:before {
content:'';
width: 16px;
height: 16px;
background-image: url(http://4ormat-asset.s3.amazonaws.com/vfs/545072/public_assets/25103050/500px32.png);
background-size: 16px 16px;
}
}

/* End of Ticket 6473149764 */