.caption-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 12px;
}

.caption-flex h6 {
	margin: 0;
	position: relative;
	z-index: 1;
}

.caption-back-button {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background-color: #638ac7;
	border: none;
	border-radius: 50px;
	padding: 4px 10px 4px 6px;
	display: none;
	align-items: center;
	font-size: 0.8em;
	color: white;
	cursor: pointer;
	opacity: 0.85;
	z-index: 2;
}

.caption-back-button:hover,
.caption-back-button:focus {
	opacity: 1;
	outline: none;
}

.caption-back-button .carousel-control-prev-icon {
	width: 1em;
	height: 1em;
	background-size: 100% 100%;
	margin-right: 6px;
}

.caption-back-button .back-label {
	font-weight: normal;
	white-space: nowrap;
}