.mwt-elementor-posts-carousel-item-content {
	position: relative;
	z-index: 5;
}

.mwt-elementor-posts-carousel-categories {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.mwt-elementor-posts-carousel-article a.posts-list-thumbnail {
	position: relative;
}

.mwt-elementor-posts-carousel-article a.posts-list-thumbnail:hover img {
	opacity: 1;
}
.mwt-elementor-posts-carousel-article a.posts-list-thumbnail:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	z-index: 1;
    transition: all .2s linear;
}
.mwt-elementor-posts-carousel-article:hover a.posts-list-thumbnail:before {
	opacity: 1;
}

.mwt-elementor-posts-carousel-category {
	display: inline-block;
}
.mwt-elementor-posts-carousel-post-title {
	margin: 0;
	overflow: hidden;
}

.mwt-elementor-posts-carousel-author {
	position: relative;
}

.mwt-elementor-posts-carousel-btn-arrow a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}