jQuery(document).ready(function(){
jQuery('.module-container .module-content:has(.nowrapping)').siblings().hide();
jQuery('.module-content:has(.nowrapping)').css({'background-color': 'transparent', 'border': 'none'})
 });


