.ap-3aba8aa6-container {
	position: relative;
	width: 100%;
}
.ap-3aba8aa6-image-wrapper {
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ap-3aba8aa6-image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.ap-3aba8aa6-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.3s ease;
	z-index: 2;
	backdrop-filter: blur(2px);
}
.ap-3aba8aa6-play-btn i {
	font-size: 20px;
}
.ap-3aba8aa6-image-wrapper:hover .ap-3aba8aa6-play-btn {
	background-color: rgba(0,0,0,0.5);
}
.ap-3aba8aa6-description {
	width: 100%;
	padding: 15px;
	pointer-events: none;
}
.ap-3aba8aa6-desc-line1, .ap-3aba8aa6-desc-line2 {
	margin: 0;
	padding: 0;
}
