.sw-stp-presentation-embed {
	position: relative;
	width: 100%;
	height: min(100dvh, 1080px);
	min-height: 720px;
	margin: 0;
	overflow: hidden;
	background: #f6f2eb;
}

.sw-stp-presentation-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #f6f2eb;
}

.sw-stp-presentation-embed noscript {
	display: block;
	padding: 24px;
	font: 16px/1.5 Arial, sans-serif;
	color: #1b1b1a;
}

body.sw-stp-fullscreen-page {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #f6f2eb;
}

body.sw-stp-fullscreen-page #sw-stp-presentation-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sw-stp-fullscreen-page .sw-stp-presentation-embed {
	height: 100dvh;
	min-height: 100dvh;
}

body.admin-bar.sw-stp-fullscreen-page .sw-stp-presentation-embed {
	height: calc(100dvh - 32px);
	min-height: calc(100dvh - 32px);
}

@media (max-width: 782px) {
	body.admin-bar.sw-stp-fullscreen-page .sw-stp-presentation-embed {
		height: calc(100dvh - 46px);
		min-height: calc(100dvh - 46px);
	}
}

@media (max-width: 760px) {
	.sw-stp-presentation-embed {
		height: 100dvh;
		min-height: 720px;
	}
}

