.m-featured-slider.swiper {
	position: relative;
	overflow: hidden !important;
	height: 350px;
	margin: 0px -20px 40px;
	transition: all .25s cubic-bezier(.02, .01, .47, 1)
}

@media only screen and (min-width:48rem) {
	.m-featured-slider.swiper:hover {
		transform: translateY(-5px);
		box-shadow: var(--article-shadow-hover), 0 0 0 transparent
	}
}

@media only screen and (min-width:48rem) {
	.m-featured-slider.swiper {
		width: 100%;
		height: 420px;
		margin: 0px 10px 20px;
		border-radius: 10px
	}
}

@media only screen and (min-width:64rem) {
	.m-featured-slider.swiper {
		width: calc(66.66667% - 40px);
		margin: 0 20px 40px;
		overflow: unset
	}
}

.m-featured-slider:not(:root:root) {
	overflow: hidden !important
}

.m-featured-slider__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 100%
}

@media only screen and (min-width:48rem) {
	.m-featured-slider__list {
		border-radius: 10px
	}
}

.m-featured-slider__list__item {
	height: 100%;
	overflow: hidden
}

@media only screen and (min-width:48rem) {
	.m-featured-slider__list__item {
		border-radius: 10px
	}
}

.m-featured-article {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: var(--primary-subtle-color);
	z-index: 1
}

.m-featured-article:hover .m-featured-article__author {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .3), 0 0 0 transparent
}

.m-featured-article.no-picture .m-featured-article__picture {
	background-color: var(--primary-subtle-color)
}

.m-featured-article__picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.m-featured-article__picture div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	opacity: .7
}

.m-featured-article__meta {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 4
}

@media only screen and (min-width:48rem) {
	.m-featured-article__meta {
		top: 40px;
		left: 40px
	}
}

.rtl .m-featured-article__meta {
	left: auto;
	right: 20px
}

@media only screen and (min-width:48rem) {
	.rtl .m-featured-article__meta {
		left: auto;
		right: 40px
	}
}

.m-featured-article__author {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 20px;
	transition: all .25s cubic-bezier(.02, .01, .47, 1)
}

.m-featured-article__author div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%
}

.m-featured-article__tag {
	color: #fff;
	letter-spacing: .3px;
	font-weight: 700;
	font-size: 1rem
}

.m-featured-article__ribbon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 26px;
	right: 20px;
	width: 24px;
	height: 24px;
	color: #000;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2
}

@media only screen and (min-width:48rem) {
	.m-featured-article__ribbon {
		justify-content: flex-start;
		top: 47px;
		right: 40px;
		width: auto;
		height: 22px;
		padding: 0 7px;
		font-size: .875rem;
		font-weight: 600;
		border-radius: 15px
	}
}

.m-featured-article__ribbon span {
	display: inline-block
}

@media only screen and (min-width:48rem) {
	.m-featured-article__ribbon span:first-of-type {
		font-size: .75rem;
		margin-right: 4px
	}
}

.m-featured-article__ribbon span:last-of-type {
	display: none
}

@media only screen and (min-width:48rem) {
	.m-featured-article__ribbon span:last-of-type {
		display: block
	}
}

.rtl .m-featured-article__ribbon {
	right: auto;
	left: 20px
}

@media only screen and (min-width:48rem) {
	.rtl .m-featured-article__ribbon {
		right: auto;
		left: 40px
	}
}

@media only screen and (min-width:48rem) {
	.rtl .m-featured-article__ribbon span:first-of-type {
		margin-right: 0;
		margin-left: 4px
	}
}

.m-featured-article__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 120px 20px 20px;
	position: relative;
	z-index: 3
}

@media only screen and (min-width:48rem) {
	.m-featured-article__content {
		padding: 125px 40px 40px
	}
}

.m-featured-article__title {
	color: #fff;
	letter-spacing: .4px;
	line-height: 1.3;
	font-size: 1.625rem;
	font-weight: 600;
	margin: 0
}

@media only screen and (min-width:48rem) {
	.m-featured-article__title {
		letter-spacing: .5px;
		font-size: 2.25em;
		max-width: 80%
	}
}

.m-featured-article__timestamp {
	display: flex;
	align-items: center;
	color: #fff;
	letter-spacing: .2px;
	font-size: .875rem
}

.m-featured-article__timestamp span:nth-child(2) {
	padding: 0 10px
}