.about-us .banners {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center
}

.about-us .banners>li {
	position: relative;
	display: inline-block;
	text-align: center
}

.about-us .banners>li img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.about-us .banners>li .caption {
	font-family: "Times New Roman";
	font-style: italic;
	padding: 7px
}

@media ( min-width :992px) {
	.about-us .banners>li .caption {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		color: #fff;
		background: rgba(0, 0, 0, .6);
		font-size: 1.2em
	}
}

.about-us .banners>li+li {
	margin-top: 20px
}

#bookmarked.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	margin: 0 13px
}