.sku__video-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sku__video-wrap {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sku__video-wrap video {
	max-width: 100%;
	max-height: min(700px, 90vh);
	width: 100%;
	height: auto;
	display: block;
}

.sku__video-play {
	position: absolute;
	width: 56px;
	height: 56px;
	border: none;
	border-radius: 50%;
	background-color: rgba(36, 36, 36, 0.8);
	cursor: pointer;
	z-index: 2;
	padding: 0;
}

.sku__video-play::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid #fff;
}

.sku__video-play.is-hidden {
	display: none;
}

.sku__thumb--video {
	position: relative;
}

.sku__thumb--video::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: rgba(36, 36, 36, 0.8);
	z-index: 1;
}

.sku__thumb--video::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	z-index: 1;
}
