.bs-carousel-wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 120px !important;
}

.bs-carousel-content {
	display: flex;
	transition: transform 0.3s ease;
	position: absolute;
	left: 0;
	top: 0;
}

.bs-carousel-prev-btn,
.bs-carousel-next-btn {
	cursor: pointer;
	background: none;
	border: none;
}