


  .module-cutout-image .module-wrap {
    --width: calc(1144 * var(--px));
    --height: calc(964 * var(--px));
    width: var(--width);
    height: var(--height);
    background-attachment: fixed;
    background-position: left center;
    background-size: cover;
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg width="1144" height="964" viewBox="0 0 1144 964" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 963.415L1077.56 646.133V646.168C1077.56 646.168 1144 627.111 1144 555.248V0L0 336.366V963.415Z" fill="%23FFEE00"/%3E%3C/svg%3E%0A');    
    -webkit-mask-size: var(--width) var(--height);
    -webkit-mask-repeat: no-repeat;
  }  
  
  @media (hover: none) {
    
    .module-cutout-image .module-wrap {
      background-attachment: scroll;
    }
    
  }