.is-style-cwf-rounded, 
.editor-styles-wrapper .is-style-cwf-rounded { 
  border-radius: 8px;
  overflow: hidden;
}

.is-style-cwf-rounded img {
  border-radius: 8px;
}

.is-style-cwf-rounded.full-height {
  height: 100%;
  position: relative;
}
.is-style-cwf-rounded.full-height img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.is-style-cwf-wide-ratio img {
  aspect-ratio: 608 / 343;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.is-style-cwf-tall-ratio img {
  aspect-ratio: 6 / 8;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}