
.mhn-slide .mhn-item {
	width: 100%;
	padding: 10px;
}
.mhn-slide .mhn-inner {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius: 3px;
}
.mhn-slide .mhn-item img {
	display: none;
}
.mhn-slide .mhn-img {
	min-height: 200px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	color: white;
	background: url(https://www.flinndal.nl/cloud/img/omega-3-forte_with_capsule_581x800_875a5045.png) #eee no-repeat center/contain;
	position: relative;
}
.mhn-slide .mhn-text {
	text-align: center;
	padding: 0 10px;
}
.mhn-slide .mhn-text h4 {
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.mhn-slide .mhn-text p {
	max-height: 4.5em;
	overflow: hidden;
}
.mhn-slide .owl-stage-outer {
	z-index: 1;
}
.mhn-slide .owl-nav {
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mhn-slide .owl-nav svg {
	color: currentColor;
}
.mhn-slide .owl-nav .disabled {
	display: none;
}
.mhn-slide .owl-prev,
.mhn-slide .owl-next {
	top: 110px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-top: -20px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);*/
}
.mhn-slide .owl-prev {
	left: -10px;
}
.mhn-slide .owl-next {
	right: -10px;
}
