.jolie-bast-section {
  padding: 0;
  margin: 0;
}

.jolie-bast-image-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  overflow: hidden;
}

.jolie-bast-image {
  width: 100vw;
  min-height: 220px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 0;
}

.jolie-bast-credit {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.jolie-bast-credit:hover,
.jolie-bast-credit:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .jolie-bast-image {
    min-height: 260px;
    max-height: 340px;
  }

  .jolie-bast-credit {
    right: 0.75rem;
    bottom: 0.5rem;
    font-size: 0.65rem;
  }
}
