@charset 'UTF-8';
.post h2 + h3,
.post p {
	margin-top: 2em;
}
.post .movieWrapper {
	margin-top: 2em!important;
}
.post h2,
.post h3,
.post .pictureLandscape,
.post .picturePortrait {
	margin-top: 3em;
}
.post .flexList3 + p,
.post .flexList4 + p {
	margin-top: 0;
}
.post .pictureLandscape,
.post .picturePortrait {
	margin-left: auto;
	margin-right: auto;
}
.post .pictureLandscape {
	width: 80%;
	height: auto;
}
.post .picturePortrait {
	width: auto;
	height: 80vh;
}
.post .movieWrapper {
	width: 80%;
	margin: 0 auto;
}
.post .movieWrapper p {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	overflow: hidden;
}
.post .movieWrapper p iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 800px) {
	.post .movieWrapper {
		width: 100%;
	}
}