.wp-block-cover.full-width.limited {
  background-size: 1536px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

  .wp-block-cover.full-width.pattern-full-image-width img{
    max-height:200px;
    position:absolute;
    left:calc((100vw - var(--page-width)) / 2);
    bottom:50px;
  }