/* =========================================
   1. Product Video
========================================= */

.vi-product-video-thumb {
	position: relative;
	display: inline-block
}

.vi-product-video-thumb__link {
	display: block;
	position: relative
}

.vi-product-video-thumb__img {
	display: block;
	width: 100%;
	height: auto
}

.vi-product-video-thumb__badge {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 9999px;
	background: rgba(0, 0, 0, .55);
	color: #fff;
	font-size: 1.15rem;
	line-height: 1
}

.vi-video-embed {
	position: relative;
	width: 100%;
	height: 0;
	background: #000
}

.vi-video-embed--horizontal {
	padding-bottom: 56.25%
}

.vi-video-embed--vertical {
	padding-bottom: 177.77%;
	max-width: 26rem;
	margin: 0 auto
}

.vi-video-embed iframe,
.vi-video-embed__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.glightbox-clean .gslide-media.gslide-inline {
	box-shadow: none !important;
	background: transparent !important
}

.gslide-inline {
	background: transparent !important;
	overflow: hidden !important;
	max-height: 100vh !important
}

.gslide-inline .ginlined-content {
	padding: 0 !important;
	width: 100%
}

.ginlined-content {
	overflow: hidden !important
}
