/* U12 — Fotka (celoplošný obrazový pruh) */
.welcome-wrapper {
  margin: 0;
}
.welcome-wrapper .welcome {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.wg-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1443 / 814;
  overflow: hidden;
}
.wg-photo__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
