.slideshow {
	position: relative;
}

.slideshow .controls {
	z-index: 3;
}

.grosh-youtube-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
}

.grosh-youtube-frame iframe,
.slideshow .big .grosh-gallery-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.slideshow .big .grosh-youtube-frame,
.slideshow .big .grosh-video-frame {
	width: 100%;
	max-width: 570px;
	aspect-ratio: 16 / 9;
	background: #000;
	position: relative;
}

.slideshow .big .grosh-gallery-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshow .thumb li {
	position: relative;
}

.slideshow .thumb .grosh-gallery-thumb,
.slideshow .thumb .grosh-gallery-thumb img {
	display: block;
	width: 140px;
	height: 100px;
	object-fit: cover;
}

.slideshow .thumb .grosh-play-icon,
.ssd-thumbs-img-item .grosh-play-icon,
.product-youtube .grosh-play-icon,
.product-video .grosh-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -10px 0 0 -7px;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
	pointer-events: none;
}

.ssd-thumbs-img-item a,
.attachment-product-cat-thumb.product-youtube {
	position: relative;
}

.images .woocommerce-main-image .grosh-youtube-frame {
	max-height: 465px;
	margin: 0 auto;
}

.images .woocommerce-main-image .grosh-gallery-video,
.images .woocommerce-main-image video {
	max-width: 100%;
	max-height: 465px;
}

@media (max-width: 480px) {
	.slideshow .big .grosh-youtube-frame,
	.slideshow .big .grosh-video-frame {
		max-width: 410px;
	}
}

