"use strict";(function($){jQuery(window).load(function(){jQuery('.home-img').find('img').each(function(){var imgClass=(this.width/this.height>1)?'wide':'tall';jQuery(this).addClass(imgClass);})})});jQuery(document).ready(function($){var getWidth=jQuery('.bootstrap-wrapper').width();if(getWidth<780){jQuery('.bootstrap-wrapper').addClass('narrow-width');}else{jQuery('.bootstrap-wrapper').removeClass('narrow-width');}});