.oo-product-gallery-video {
	position: relative;
}

.oo-product-gallery-video a {
	display: block;
	position: relative;
}

.oo-product-gallery-video a::after {
	background: rgba(0, 0, 0, 0.55);
	border-radius: 999px;
	color: #fff;
	content: "\25b6";
	font-size: 1rem;
	height: 2rem;
	left: 50%;
	line-height: 2rem;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2rem;
}

.oo-product-video-photoswipe {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 3rem 1rem;
	width: 100%;
}

.oo-product-video-photoswipe__video {
	background: #000;
	display: block;
	max-height: calc(100vh - 6rem);
	max-width: 100%;
	width: auto;
}
