.wp-block-embed-vkvideo {
	width: 100%;
}

.oborina-vk-video-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
	border-radius: 12px;
}

.oborina-vk-video-embed iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@supports not (aspect-ratio: 16 / 9) {
	.oborina-vk-video-embed {
		height: 0;
		padding-bottom: 56.25%;
	}
}
