.ebs-home-clips__poster {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	padding: 0;
	border: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #eee;
	border-radius: var(--theme-outer-border-radius, 12px);
}
.ebs-home-clips__poster img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}
.ebs-home-clips__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--theme-base-color, #e31e24) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M8 5v14l11-7z'/></svg>") center/16px no-repeat;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	pointer-events: none;
	z-index: 2;
}
.EBS_VK_CLIPS .ebs-home-clips__item {
	height: auto;
}
@media (max-width: 767px) {
	.EBS_VK_CLIPS .slider-nav {
		display: flex !important;
		z-index: 5;
	}
	.EBS_VK_CLIPS .slider-button-next {
		right: 4px;
	}
	.EBS_VK_CLIPS .slider-button-prev.swiper-button-disabled {
		opacity: 0;
		pointer-events: none;
	}
}
