(function($){"use strict";if($(".team-members-wrap.slider-modern").length){$(".team-members-wrap.slider-modern").find(".info-transition").each(function(){var heightPosition=$(this).find(".member-position").outerHeight();var heightSocial=$(this).find(".member-social").outerHeight();var heightInfo=heightPosition>heightSocial?heightPosition:heightSocial;$(this).css("height",heightInfo);$(this).find(".member-position").css("height",heightInfo);$(this).find(".member-social").css("height",heightInfo)})}})(jQuery,window,document);