[data-component-id="ummhealth:wysiwyg_editing_controls"] .blue-watercolor {
  background-size: auto;
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}
@media (min-width: 768px) {
  [data-component-id="ummhealth:wysiwyg_editing_controls"] .blue-watercolor {
    background-image: url("../../images/water_color_blue_top_right.webp"), url("../../images/water_color_blue_bottom_left.webp");
  }
}
[data-component-id="ummhealth:wysiwyg_editing_controls"] .peach-watercolor {
  background-size: auto;
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}
@media (min-width: 768px) {
  [data-component-id="ummhealth:wysiwyg_editing_controls"] .peach-watercolor {
    background-image: url("../../images/water_color_peach_top_right.webp"), url("../../images/water_color_peach_bottom_left.webp");
  }
}
