.owl-carousel-mobile {
	padding-top: 40px;
}

.owl-carousel-mobile.owl-carousel .owl-nav.disabled {
	display: none !important;
}

.owl-carousel-mobile .owl-dots {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.owl-carousel-mobile .owl-dot {
	height: 4px;
	width: 40px;
	background-color: #e1e1e1 !important;
	border-radius: 3px;
	margin: 0 6px;
}

.owl-carousel-mobile .owl-dot.active {
	background-color: red !important;
}

.owl-carousel-mobile .item-content {
	margin: 10px auto 20px auto;
}