.cafe-news-ticker-container {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	width: 100%;
	position: relative;
}
.cafe-news-ticker-container.position_right .cafe-news-ticker-label {
	order: 2;
}
.cafe-news-ticker-label {
	flex: 0 0 auto;
}
.cafe-news-ticker-posts-container {
	overflow: hidden;
    flex: 1 1 auto;
	position: relative;
}
.cafe-news-ticker-all-posts.slick-vertical .slick-slide {
	border: 0;
}
.cafe-news-ticker-arrows {
	position: absolute;
    right: 0;
    display: flex;
	top: 50%;
    margin-top: -15px;
	z-index: 1;
}
.cafe-news-ticker-arrows .owlArrow {
	width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
	z-index: 9;
}
.cafe-news-ticker-arrows button {
	all: unset;
}
@media all and (max-width: 767px) {
	.cafe-news-ticker-container {
		flex-direction: column;
		align-items: normal;
	}
	.cafe-news-ticker-arrows {
		display: none;
	}
	.cafe-news-ticker-label {
		width: 100%;
	}
	.cafe-news-ticker-label,
	.cafe-news-ticker-posts-container {
		flex: auto;
	}
}