.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
}

.hero-gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0,0,0,0.3));
  pointer-events: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 0 1rem;
  color: white;
}

.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

.hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.info-by {
 text-shadow: 0 2px 6px rgba(0,0,0,0.6) !important;
}
