function _monitorSliderSize($slider) { // if(Modernizr.mq('only screen and (max-width: 480px)')) { if(Modernizr.mq('only screen and (max-width: 767px)')) { var height = 0;
$slider.find('.slide').height('');
$slider.find('.slide').each(function(index, el) { var elHeight = $(el).find('.slide-left').outerHeight(true) + $(el).find('.slide-right').outerHeight(true);