:root {
  --font-nt: 'klavikaregular';
  --unset-color: #808080;
  --unset-bg-hero: #e2e2e2; }

.experience-component .article-hero-caption {
  color: var(--unset-color);
  font-family: var(--font-nt); }

.experience-component .article-hero-picture-rectangle-horizontal {
  width: 100%;
  aspect-ratio: unset; }

.experience-component .article-hero-picture-hero {
  width: 100%; }

.experience-component .article-page__width-hero.widthHero {
  width: 100%; }

.experience-component .article-hero-image.typeHero {
  height: 100%;
  width: 100%;
  object-fit: cover; }
  @media (min-width: 1024px) {
    .experience-component .article-hero-image.typeHero {
      max-height: 430px; } }

/*# sourceMappingURL=articleImageHero.css.map*/