$(document).ready(function() {
if ((screen.width<=1024))  {
$(".fb-like-wrapper").css('display', 'none');
}
});
