.custom-image__wrapper {
  position: relative;
  width: 100%;
}

.custom-image__wrapper > a {
  position: absolute;
  inset: 0;
  display: block;
}

.custom-image__wrapper .custom-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
