.carousel .item {
	text-align: center;
	width: 100%;
}

.carousel .item img {
	margin-left: auto;
	margin-right: auto;
	height: fit-content;
	object-fit: contain;
}

.svgBoxContainer .sliderBox .carousel .item img {
	width: 100%;
}

ol.carousel-indicators {
	margin-bottom: 10px;
	bottom: 0;
}

.carousel ol.carousel-indicators li {
	border: 1px solid #C40005 !important;
	border-top: initial;
	border-bottom: initial;
	height: 10px;
	width: 10px;
	border-radius: 10px;
}

.carousel-indicators li.active {
	background: #C40005;
}

.carousel-control-prev,
.carousel-control-next {
	font-size: 34px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.60);
	font-weight: bold;
}

.tx-dbay-multimedia-library .owl-stage img {
	display: inline-block;
	width: 100%;
	max-width: 232px;
	height: 200px;
	max-height: 200px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 300ms;
}
.tx-dbay-multimedia-library .owl-stage img:hover {
	filter: none;
}

.tx-dbay-multimedia-library .owl-stage .item {
	display: flex;
	justify-content: center;
}

.tx-dbay-multimedia-library .owl-stage .owl-item {
	padding: 0 15px;
}

.tx-dbay-multimedia-library .owl-carousel.owl-theme .owl-nav {
	position: relative;
	width: 100%;
}


.tx-dbay-multimedia-library .owl-carousel.owl-theme .owl-nav button:first-of-type {
	margin-right: 10px;
	position: absolute;
	bottom: 75px;
	left: 0;
}
.tx-dbay-multimedia-library .owl-carousel.owl-theme .owl-nav button:last-of-type {
	margin-left: 10px;
	position: absolute;
	bottom: 75px;
	right: 0;
}
