.circle :is(img, video) {
  shape-outside: circle(50%);
  border-radius: 50%;
}

.triangle {
  background: red !important;
}
