video.vpg-video {
	aspect-ratio: 1/1 !important;
	height: 100%;
	object-fit: cover;
	width: 100%
}

@media (max-width:330px) {
	.archive .vpg-video-wrapper {
		aspect-ratio: unset !important;
		overflow: hidden;
		padding-top: 100%;
		position: relative;
		width: 100%
	}

	.archive .vpg-video-wrapper video.vpg-video {
		left: 0;
		position: absolute;
		top: 0
	}
}

.wistia-video-wrapper {
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
	width: 100%
}

.wistia-square-wrapper {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}

.wistia-square-wrapper iframe {
	aspect-ratio: 16/9;
	height: auto;
	max-height: 100%;
	width: 100%
}

.wistia-video-wrapper.aspect-1-1 iframe {
	aspect-ratio: 1/1
}

.wistia-video-wrapper.aspect-16-9 iframe {
	aspect-ratio: 16/9
}

.archive .wistia-square-wrapper iframe {
	pointer-events: none
}

/*# sourceMappingURL=video-in-product-gallery.css.map */