/* Mobile: full width. Tablet+ (md): carousel 70% centered; images scale naturally. */
.bm-banner-carousel {
	width: 100%;
	max-width: 100%;
}

.bm-banner-carousel .carousel-item {
	text-align: center;
}

.bm-banner-carousel .carousel-item a {
	display: inline-block;
	max-width: 100%;
}

.bm-banner-carousel .carousel-item img.bm-banner-carousel-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.bm-banner-carousel {
		width: 70%;
		max-width: 70%;
	}

	.bm-banner-carousel .carousel-item img.bm-banner-carousel-img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
}
