.kinescope_main_wrap {
	position: relative;
	width: 100%;
	height: max-content;
	min-height: 400px;
}
.wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .kinescope_main_wrap{
	display: flex;
    flex-direction: row;
    justify-content: center;
}
.kinescope_main_wrap > iframe {
	width: unset;
	min-height: 400px;
}