/* Beginning of Ticket 5384684520 */
/* Custom IMDB icon replaces .f-icon-flickr */

/* Choose the appropriate icon class. This replaces the glyph with an image. */
.f-icon-flickr:before {
content: url('http://4ormat-asset.s3.amazonaws.com/vfs/27992/public_assets/22520894/imdb_16.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-flickr {
position: relative;
top: 4px;
}

/*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-flickr:before {
content:'';
width: 16px;
height: 16px;
background-image: url(http://4ormat-asset.s3.amazonaws.com/vfs/27992/public_assets/22520896/imdb_32.png);
background-size: 16px 16px;
}
}


@media only screen and (max-width: 767px) {
.f-icon-flickr:before {
content:'';width: 25px;
/* height: 200px; */
background-image: url(http://4ormat-asset.s3.amazonaws.com/vfs/27992/public_assets/22520896/imdb_32.png) ;
background-size: 26px;
background-repeat: no-repeat;
margin: 3px 3px 0px 2px;

}
.f-icon-flickr {
    position: relative;
    top: 0px;
}
}

/* End of Ticket 5384684520 */