.directory-top-banner {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.directory-top-banner__frame {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1440 / 280;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgb(0 0 0 / 0.06);
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.06);
  background: #f9fafb;
}

.directory-top-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.directory-banner-preview {
  width: 100%;
  max-width: 36rem;
  aspect-ratio: 1440 / 280;
  object-fit: cover;
}
