.wideimage {
  position: relative;
  color: #000;
  font-weight: bold;
  transition: .15s ease-in-out;
  /* padding-top: 5px; */
}

.wideimage a {
  color: #000;
}

.wideimage .w-100 {
  width: 100%!important;
}

.wideimage .text-container {
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .wideimage .text-container {
    position: absolute;
  }
}

.wideimage .text-right {
  text-align: right;
}

.wideimage .text {
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #fff;
}

.wideimage p {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.block-editor .wideimage a {
  pointer-events: none;
}