.inset {
	height: 0px;
	max-width: var(--inset-embed-max-width, var(--story-embed-width)) !important;
}
@media only screen and (max-width: 600px) {
	.inset {
		height: auto;
		display: flex;
	}
}
@container (max-width: 600px) {
	.inset {
		height: auto;
    display: flex;
	}
}