.homeadimage {
  position: relative;
  color: #fff;
  font-weight: bold;
  transition: .15s ease-in-out;
  /* padding-top: 5px; */
}

.page .homeadimage:hover {
  /* transform: scale(1.02); */
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin-top: -5px;
  margin-bottom: 5px;
}

.homeadimage a {
  color: #fff;
}

.homeadimage .w-100 {
  width: 100%!important;
}

.homeadimage .text-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.homeadimage .text-right {
  text-align: right;
}

.homeadimage .text {
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 1.2;
}

.block-editor .homeadimage a {
  pointer-events: none;
}