.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;
	overflow: hidden;
}

.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-article a.posts-list-thumbnail::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 120%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    transition: transform 0.7s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 5;
}

.mwt-elementor-posts-carousel-article:hover a.posts-list-thumbnail:after {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

.mwt-elementor-posts-carousel-article a.posts-list-thumbnail img {
	display: block;
    transition: transform 0.35s;
    transform: scale3d(1.05, 1.05, 1);
}

.mwt-elementor-posts-carousel-article:hover a.posts-list-thumbnail img {
    transform: scale3d(1, 1, 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;
}

.mwt-elementor-posts-carousel-read-more {
    display: block;
    width: 100%;
    height: 1em;
    line-height: 1em;
}

.mwt-elementor-posts-carousel-read-more::before {
    content: "\f107";
    font-family: FontAwesome;
    position: relative;
    top: 0;
    transition: top 0.2s ease 0s;
}

.mwt-elementor-posts-carousel-read-more:hover::before {
    top: 5px;
}

.mwt-elementor-posts-carousel-more-link-icon {
	margin-left: 9px;
	font-size: 0.875em;
}

.mwt-elementor-posts-carousel-btn-arrow svg {
	margin-left: 9px;
	width: 0.5em;
	height: 0.5em;
}

.mwt-elementor-posts-carousel .owl-carousel.owl-loaded {
    overflow: visible;
}

.mwt-elementor-posts-carousel .owl-carousel .owl-stage-outer {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}