<nav class="navbar navbar-default">
	<div class="container-fluid">
		<div class="navbar-header">
			<a class="navbar-brand" href="#">
			 Owl Carousel 2 Equal Heights
      </a>
		</div>
	</div>
</nav>
<div class="latest-blog-posts bg-white pt60 pb60">
	<div class="container-fluid">
		<div id="owl-demo-2" class="owl-carousel owl-theme">
			<article class="thumbnail item" itemscope="" itemtype="http://schema.org/CreativeWork">
				<a class="blog-thumb-img" href="/5-ways-baby-boomers-changing-healthcare/" title="">
					<img src="http://placehold.it/500x300/4DC7A0/ffffff" class="img-responsive" />
				</a>
				<div class="caption">
					<h4 itemprop="headline">
            <a href="#" rel="bookmark">5 Ways Baby Boomers Are Changing Healthcare</a>
          </h4>
					<p itemprop="text" class="flex-text text-muted">5 ways baby boomers are changing healthcare Starting in 2011, 3 million baby boomers each year reach retirement age....</p>
					<p><a class="btn btn-primary btn-block">Button Text</a></p>
					
				</div>
			</article>

			<article class="thumbnail item" itemscope="" itemtype="http://schema.org/CreativeWork">
				<a class="blog-thumb-img" href="/5-ways-baby-boomers-changing-healthcare/" title="">
					<img src="http://placehold.it/500x300/4DC7A0/ffffff" class="img-responsive" />
				</a>
				<div class="caption">
					<h4 itemprop="headline">
            <a href="#" rel="bookmark">5 Ways Baby Boomers Are Changing Healthcare</a>
          </h4>
					<p itemprop="text" class="flex-text text-muted">5 ways baby boomers are changing healthcare Starting in 2011, 3 million baby boomers each year reach retirement age asdf asdfas dfasd fasdf asdf asfasdf asdf....</p>									<p>	<a href="#" class="btn btn-primary btn-block">Button Text</a></p>

				</div>
			</article>

			<article class="thumbnail item" itemscope="" itemtype="http://schema.org/CreativeWork">
				<a class="blog-thumb-img" href="/5-ways-baby-boomers-changing-healthcare/" title="">
					<img src="http://placehold.it/500x300/4DC7A0/ffffff" class="img-responsive" />
				</a>
				<div class="caption">
					<h4 itemprop="headline">
            <a href="#" rel="bookmark">5 Ways Baby Boomers Are Changing Healthcare</a>
          </h4>
					<p itemprop="text" class="flex-text text-muted">5 ways baby boomers are changing healthcare Starting in 2011, 3 million baby boomers each year reach retirement age....</p>
			<p>							<a href="#" class="btn btn-primary btn-block">Button Text</a></p>

				</div>
			</article>

			<article class="thumbnail item" itemscope="" itemtype="http://schema.org/CreativeWork">
				<a class="blog-thumb-img" href="/5-ways-baby-boomers-changing-healthcare/" title="">
					<img src="http://placehold.it/500x300/4DC7A0/ffffff" class="img-responsive" />
				</a>
				<div class="caption">
					<h4 itemprop="headline">
            <a href="#" rel="bookmark">5 Ways Baby Boomers Are Changing Healthcare</a>
          </h4>
					<p itemprop="text" class="flex-text text-muted">5 ways baby boomers are changing healthcare Starting in 2011, 3 million baby boomers each year reach retirement age....</p>
										<a href="#" class="btn btn-primary btn-block">Button Text</a>

				</div>
			</article>

			<article class="thumbnail item" itemscope="" itemtype="http://schema.org/CreativeWork">
				<a class="blog-thumb-img" href="/5-ways-baby-boomers-changing-healthcare/" title="">
					<img src="http://placehold.it/500x300/4DC7A0/ffffff" class="img-responsive" />
				</a>
				<div class="caption">
					<h4 itemprop="headline">
            <a href="#" rel="bookmark">5 Ways Baby Boomers Are Changing Healthcare</a>
          </h4>
					<p itemprop="text" class="flex-text text-muted">5 ways baby boomers are changing healthcare Starting in 2011, 3 million baby boomers each year reach retirement age....</p>
										<a href="#" class="btn btn-primary btn-block">Button Text</a>

				</div>
			</article>

			<article class="thumbnail item" itemscope="" itemtype="http://schema.org/CreativeWork">
				<a class="blog-thumb-img" href="/5-ways-baby-boomers-changing-healthcare/" title="">
					<img src="http://placehold.it/500x300/4DC7A0/ffffff" class="img-responsive" />
				</a>
				<div class="caption">
					<h4 itemprop="headline">
            <a href="#" rel="bookmark">5 Ways Baby Boomers Are Changing Healthcare</a>
          </h4>
					<p itemprop="text" class="flex-text text-muted">5 ways baby boomers are changing healthcare Starting in 2011, 3 million baby boomers each year reach retirement age....</p>
										<a href="#" class="btn btn-primary btn-block">Button Text</a>

				</div>
			</article>
		</div>
		<!-- #owl-demo-2 -->
	</div>
	<!-- .container -->

</section>
/* Equal Heights for OwlCarousel 2 */

.owl-carousel {
	.owl-stage {
		display: flex;
	}
	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	.caption {
		display: flex;
		flex: 1 0 auto;
		flex-direction: column;
	}
	.flex-text {
		flex-grow: 1
	}
	.thumbnail {
		display: flex;
		flex-direction: column;
		margin: 0 15px;
	}
}


/* Demo Styles */

.container-fluid {
	max-width: 1230px;
}
.navbar-brand {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	margin-left: 0px!important;
}
View Compiled
/* Owl Carousel 2 All Settings. See the bottom for how to use equal heights with matchHeight  plugin */

jQuery(document).ready(function($) {

	var owl = $("#owl-demo-2");

	owl.owlCarousel({

		
    	autoplay:true,	
    	autoplayTimeout:1000,
    	autoplayHoverPause:true,		
	
		items: 3,
		loop: true,
		center: false,
		rewind: false,

		mouseDrag: true,
		touchDrag: true,
		pullDrag: true,
		freeDrag: false,

		margin: 0,
		stagePadding: 0,

		merge: false,
		mergeFit: true,
		autoWidth: false,

		startPosition: 0,
		rtl: false,

		smartSpeed: 250,
		fluidSpeed: false,
		dragEndSpeed: false,
		responsive: {
			0: {
				items: 1,
				nav: true
			},
			480: {
				items: 2,
				nav: false
			},
			768: {
				items: 3,
				nav: true,
				loop: false
			},
			992: {
				items: 4,
				nav: true,
				loop: false
			}
		},
		responsiveRefreshRate: 200,
		responsiveBaseElement: window,

		fallbackEasing: 'swing',

		info: false,

		nestedItemSelector: false,
		itemElement: 'div',
		stageElement: 'div',

		refreshClass: 'owl-refresh',
		loadedClass: 'owl-loaded',
		loadingClass: 'owl-loading',
		rtlClass: 'owl-rtl',
		responsiveClass: 'owl-responsive',
		dragClass: 'owl-drag',
		itemClass: 'owl-item',
		stageClass: 'owl-stage',
		stageOuterClass: 'owl-stage-outer',
		grabClass: 'owl-grab',
		autoHeight: false,
		lazyLoad: false

	});

	$(".next").click(function() {
		owl.trigger('owl.next');
	});
	$(".prev").click(function() {
		owl.trigger('owl.prev');
	});

	/* Equal Heights using javascript */
	// $('.latest-blog-posts .thumbnail.item').matchHeight();

});

External CSS

  1. https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
  2. https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.6/assets/owl.carousel.min.css
  3. https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.6/assets/owl.theme.default.min.css
  4. https://rawgit.com/bryanwillis/a3d4935336174c9d9deb58dff040207d/raw/d06b38aa36e868bc70d022293f4c3bd8600b50a3/flexbox-bs3.css

External JavaScript

  1. https://cdn.jsdelivr.net/g/jquery@2.1.4,jquery.migrate@1.4.1,bootstrap@3.3.7,jquery.matchheight@0.7.0
  2. https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.6/owl.carousel.min.js