/* video horizontal */
.page-has-horizontal-video .presto-block-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	position: relative;
}

/* video vertical — size the figure; absolute-fill the host inside it */
.page-has-vertical-video .presto-block-video {
	max-height: 106vh;
	max-width: 400px;
	width: 100%;
	aspect-ratio: 9 / 16;
	margin: 0 auto;
	position: relative;
}

.page-has-vertical-video .presto-block-video presto-player,
.page-has-vertical-video .video-short-layout__player presto-player {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	aspect-ratio: unset !important;
}

.page-has-vertical-video .video-short-layout__player {
	position: relative;
	aspect-ratio: 9 / 16;
	width: 100%;
}
