.mod_bootstrap_carousel_itemslist {
	margin: 0 calc(var(--bs-gutter-x) * -0.5);
}
.mod_bootstrap_carousel_itemslist .carousel-item .inner{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;

}
.mod_bootstrap_carousel_itemslist .carousel-item{
    position: relative
}
.mod_bootstrap_carousel_itemslist .carousel-item .inner:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.mod_bootstrap_carousel_itemslist .carousel-control-next, .mod_bootstrap_carousel_itemslist .carousel-control-prev {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -30px;
	background: #fff;
	background-position-x: 0%;
	background-position-y: 0%;
	color: #252525;
	width: 51px;
	height: 51px;
	text-align: center;
	font-family: 'FontAwesome';
	color: #323232;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	font-size: 21px;
	line-height: 51px;
	border: 0;
}

.mod_bootstrap_carousel_itemslist .carousel-caption {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	padding: 0 3.5rem;
}