/* Simple responsive styles for PPT Embedder */
.ppt-embedder-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* When width is 100% and a px height is provided the iframe will size correctly.
   If you want an aspect-ratio based responsive iframe, adjust wrapper with padding-bottom. */

.ppt-embedder-iframe {
	display: block;
	width: 100%;
	height: 600px; /* fallback height; shortcode height overrides iframe height attr */
	border: 0;
}