/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 section {
 	padding: 2em 6em;
 	margin: 2em 0;
 	background-color: #f1f1f1;
 }

 section.before-after {
 	padding: 2em 3em;
 }
  section.before-after > .ba-img-wrap {
 	display: inline-block;
 	width: 48%;
 	margin-right: 2%;
 }
 .ba-img-wrap:last-child {
 	margin-right: 0;
 }

.ba-img-wrap img {
	width: 49%;
}
.ba-img-wrap img:first-child {
	margin-right: .5%;
}
.ba-img-wrap img:last-child {
	margin-left: .5%;
}