.wp-block-hero-image {
position: relative;
text-align: center;
}
.wp-block-hero-image .container > div {
border-radius: 4px;
overflow: hidden;
}
.wp-block-hero-image img,
.wp-block-hero-image video {
border-radius: 4px;
display: block;
max-height: 26.25em;
object-fit: cover;
position: relative;
width: 100%;
}
.single-post .wp-block-hero-image img {
margin: 0 auto;
width: auto;
}
.wp-block-hero-image .wp-block-hero-image__background {
background-color: #FFD100;
content: '';
height: 50%;
position: absolute;
top: 0;
left: 0;
width: 100%;
} .wp-site-blocks:not(.block-editor-block-list__layout) .wp-block-hero-image .container > div {
clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.wp-site-blocks:not(.block-editor-block-list__layout) .wp-block-hero-image .wp-block-hero-image__background {
height: 0;
}