.sego-mediaembed {
	position: relative;
	width: 100%;
	max-width: 900px;
	aspect-ratio: 16 / 9;
	margin: 12px 0;
	background: #000;
	overflow: hidden;
}

.sego-mediaembed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 700px) {
	.sego-mediaembed {
		max-width: 100%;
	}
}

.sego-mediaembed video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	background: #000;
}

/* Mobile/content width safety */
.sego-mediaembed {
	box-sizing: border-box;
	min-width: 0;
}

@media (max-width: 700px) {
	.postbody .content .sego-mediaembed {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
}
