#bxcards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#bxcards .card {
	border: none !important;
	margin-top: 0.5rem !important;
}

#bxcards .card .card-body {
	padding: 0 !important;
}

.bx-wrapper {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 1 !important;
}
