.km-hero {
  position: relative;
  width: 100%;
  max-width: none;
  color: inherit;
  background: #f5f5f5;
}

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

.km-hero--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  min-height: 220px;
  padding: 2.5rem 1.25rem 0;
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 8px,
    #eee 8px,
    #eee 16px
  );
}

.km-hero--empty .km-hero__icon {
  width: min(320px, 70%);
  height: auto;
  margin-bottom: 2.5rem;
}

.km-hero__hint {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1.25rem;
  color: #31708f;
  background: #d9edf7;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
