.two-image-feature-block-editor {
  border: solid 2px #222222;
  border-radius: 10px;
  padding: 10px;
}
.two-image-feature-block-editor a {
  display: none;
}
.two-image-feature-block-editor .image-wrapper {
  margin-bottom: 16px;
  position: relative;
  height: 98px;
}
.two-image-feature-block-editor .image-wrapper div {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 98px;
  width: 98px;
  background-size: cover;
  margin: 0 auto;
}
.two-image-feature-block-editor .image-wrapper .default-image {
  opacity: 1;
}
.two-image-feature-block-editor .image-wrapper .hover-image {
  opacity: 0;
}
.two-image-feature-block-editor .content-wrapper .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'Merriweather', serif;
  text-align: center;
  margin-bottom: 16px;
}
.two-image-feature-block-editor .content-wrapper .content {
  text-align: center;
}
.two-image-feature-block-editor:hover .image-wrapper .default-image {
  opacity: 0;
}
.two-image-feature-block-editor:hover .image-wrapper .hover-image {
  opacity: 1;
}
