.post-item {
	width: 100%;
}
.post-item--inside .post-item__inner {
	position: relative;
	padding-bottom: 72%;
	overflow: hidden;
}
.post-item--inside .post-item__inner::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0,0,0,0) 38.02%,rgba(0,0,0,.8) 71.35%);
}
.post-item--inside .post-item__poster {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.post-item--inside .post-item__image {
	object-fit: cover;
	width: 100%;
}
.post-item--inside .post-item__content {
	position: absolute;
	z-index: 2;
	padding: 10px;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}
.post-item--inside .post-item__title {
	font-weight: 700;
	font-size: 1.1rem;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 2.6em;
}
.post-item--inside .post-item__title:hover {
	text-decoration: underline;
}
.post-item__caption {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #F0F0F0;
	margin-top: 12px;
}
.caption--date i {
	margin-right: 5px;
}

.mh-carousel-widget {
	max-height: 232px;
	box-sizing: border-box;
}

.home-rating--desktop {
	display: none;
}
@media (min-width: 768px) {
	.home-rating--mob {
		display: none;
	}
	.home-rating--desktop {
		display: block;
	}
}
