
section.video-block {
    background: #FFF5EB;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
background-repeat: no-repeat;
    background-position: 102% 112%;
    background-size: 345px 406px;
}

section.video-block .video-embed,
section.video-block .vimeo-embed,
section.video-block [class*="wp-block-embed"] .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

section.video-block .video-embed iframe,
section.video-block .vimeo-embed iframe,
section.video-block [class*="wp-block-embed"] .wp-block-embed__wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Fallback for any standalone iframe (vimeo/youtube) inside the block */
section.video-block > iframe,
section.video-block .container > iframe,
section.video-block iframe[src*="vimeo.com"],
section.video-block iframe[src*="player.vimeo.com"] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

