
.wp-block-video {
	&.cover-space--true {
		width: 100%;
		height: 100%;
		video {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;

			&[style*="width:auto;"] {
				width: 100%!important;
			}

			&[style*="height:auto;"] {
				height: 100%!important;
			}
		}
	}
}