.article-carousel {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
/*	text-align: center;*/
}

.article-carousel .carousel-inner {
    text-align: center;
}

.article-carousel .carousel-item img {
    display: inline-block;
/*	margin: auto; */
    max-width: 100%;
    height: auto;
}

.article-carousel .carousel-control-prev,
.article-carousel .carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.article-carousel .carousel-control-prev-icon,
.article-carousel .carousel-control-next-icon {
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
