


/*

.mk-content-carousel .owl-stage {
    display: flex;
}

.mk-content-carousel .owl-item {
	display: flex; 
	flex-direction: column;
}

.mk-content-carousel .owl-item .item {
	display: flex; 
	flex-direction: column; 
	flex: 1;
}

.mk-content-carousel .mk-content {
    flex: 1;
}

.mk-content-carousel .mk-image {
    z-index: 1;
	display: flex;
    justify-content: center;
}

.mk-content-carousel .mk-image-inner {
    display: flex;
	justify-content: center;
	width: 100%;
}

.mk-content-carousel .mk-image-inner img {
    width: 100%;
}

.mk-content-carousel .mk-slide-title {
	font-weight: bold;
}

.mk-content-carousel .owl-stage-outer {
	margin-bottom: 35px;
}	

.mk-content-carousel .owl-dots {
	text-align: center;
	margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
	.mk-content-carousel .owl-dots {
		margin-bottom: 0px;
	}
}*/