.ps-78887-slider {
	width: 100%;
	height: 400px;
}

.ps-78887-slide {
	position: relative;
	box-sizing: border-box;
}

.ps-78887-card-link {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 20px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ps-78887-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.ps-78887-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.ps-78887-content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.ps-78887-title {
	margin: 5px 0;
	color: #fff;
}

.ps-78887-meta {
	color: #ddd;
	font-size: 0.9em;
	display: block;
}

.ps-78887-category {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.ps-78887-author {
	margin-top: 5px;
}

/* Responsiveness */
@media (max-width: 768px) {
	.ps-78887-slider {
		height: 300px;
	}
	.ps-78887-card-link {
		padding: 15px;
	}
}
@media (max-width: 480px) {
	.ps-78887-slider {
		height: 250px;
	}
	.ps-78887-card-link {
		padding: 10px;
	}
}