.feature-block-editor {
  border: solid 2px #222222;
  border-radius: 10px;
  padding: 10px;
}
.feature-block-editor .image-wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 84.375%;
  position: relative;
}
.feature-block-editor .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
