.image-with-link {
  width: 100%;
  max-width: 100%;
}
.image-with-link picture, .image-with-link img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.image-with-link.rounded-image picture, .image-with-link.rounded-image img {
  border-radius: 12px;
}
