body.delta-demo-4,
#demo-4 {
  background-color: var(--green);
}

#demo-4 {
  display: flex;
  flex-direction: column;
}

#demo-4 figure {
  padding: 0px !important;
  height: min-content;
}

#demo-4 img,
#demo-4 figure {
  width: 100%;
  position: relative;
}

