.slider-wrapper img {
	max-height: 300px;
}

.slider div {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

img:hover {
	cursor: pointer;
}

.bx-wrapper{
	box-shadow: none;
}