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

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

.oo-product-gallery-video a::after {
	background: rgba(9, 79, 58, 0.5);
	border-radius: 999px;
	height: 2rem;
	content: "";
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2rem;
	z-index: 1;
}

.oo-product-gallery-video a::before {
	border-bottom: 0.42rem solid transparent;
	border-left: 0.65rem solid #fff;
	border-top: 0.42rem solid transparent;
	content: "";
	height: 0;
	left: 60%;
	margin-left: -0.2rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	z-index: 2;
}

.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;
}
