.wave-strip{
  width:100%;
  float:left;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  line-height:0;
  font-size:0;
}
.wave-strip picture{
  display:block;
  width:100%;
}
.wave-strip img{
  display:block;
  width:auto;
  max-width:none!important;
  min-width:100%;
  height:var(--ws-image-height, auto);
  margin-left:50%;
  transform:translateX(-50%);
  box-shadow:none!important;
  border-radius:0!important;
}

