.hero-area {
  overflow: hidden;
}

.hero-area picture,
.hero-area img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-area img {
  object-fit: cover;
}

.post-content picture {
  display: block;
  max-width: 100%;
}

.post-content .post-inline-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0.75rem;
}
