.leika-product-gallery-video-slide {
	background: #000;
}

.leika-product-gallery-video__inner {
	position: relative;
	overflow: hidden;
	background: #000;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.leika-product-gallery-video__media {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: none;
	object-fit: contain;
	background: #000;
	position: relative;
	z-index: 4;
	pointer-events: none;
}

.woocommerce-product-gallery__image--video a,
.woocommerce-product-gallery__image--video img {
	display: none;
}

.leika-product-video-thumb {
	position: relative;
	width: 100%;
	height: 100%;
}

.leika-product-video-thumb__button {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.leika-product-video-thumb__image {
	display: block;
	width: 100%;
	height: auto;
}

.leika-product-video-thumb__icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.55);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.leika-product-video-thumb__icon::before {
	content: '';
	position: absolute;
	left: 11px;
	top: 8px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
}
