$(document).ready(function(){ $("#PositionDivInPage2").remove(); $(".OUTBRAIN ").remove(); $(".position-control-0-in-div-1").remove(); $(".banner2016").remove(); $(".category-five-article-wrap").remove(); $(".Script2016WithTitle").remove(); $(".Script2016").remove(); $('#PositionDivInPage1').css('width', '100%'); $('#PositionDivInPage1').css('border-right', 'none'); $('.article-2016-main-wrap').css('width', '100%'); $('.article-2016-main-wrap').css('margin', 'auto'); $('.share-facebook-button').css('width', '49.5%'); $('.share-twitter-button').css('width', '49.5%'); $('.social-share-buttons').css('width', 'auto'); $('.footer-main-wrap').remove(); $('.article-top-visual-obj-wrap').remove(); const mq = window.matchMedia( "(max-width: 640px)" ); if (mq.matches) { $('.share-facebook-button').css('width', '100%'); $('.share-twitter-button').css('width', '100%'); } }); @media only screen and (max-width: 500px) { #ifrm { height: 18000px !important; } .article-image { display: none; } .title-desktop { display: none; } }