.sp-single-gallery__frame--video,
.sp-single-gallery__slide--video,
.sp-single-lightbox__item--video {
	position: relative;
	overflow: hidden;
}

.sp-single-gallery__video,
.sp-single-gallery__embed {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.sp-single-gallery__embed-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #111;
}

.sp-single-gallery__desktop .sp-single-gallery__embed-wrap,
.sp-single-gallery__desktop .sp-single-gallery__video {
	aspect-ratio: auto;
	min-height: 100%;
}

.sp-single-gallery__embed-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}

.sp-single-lightbox__item .sp-single-gallery__embed-wrap {
	aspect-ratio: 1 / 1;
	max-height: 90vh;
	margin: 0 auto;
}

.sp-single-lightbox__item .sp-single-gallery__video {
	max-height: 90vh;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}
