/* Matalampi kaupunkialue */
.fl-city-end {
  min-height: max(230px, 21vw);
}

/* Rajataan tyhjää taivasta ylhäältä */
.fl-city-art,
.fl-about-city {
  overflow: hidden;
}

.fl-city-art img,
.fl-about-city img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
}

/* Otsikko ja painike keskelle laaksoa */
.fl-city-content {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 24px;
  box-sizing: border-box;
}

/* Contact */
.fl-contact-city {
  margin-top: 0 !important;
}

/* About Us */
.fl-about-content {
  padding-bottom: max(150px, 21vw);
}

.fl-about-city {
  height: max(150px, 21vw);
}

/* Etusivun laatikko hieman ylemmäs */
.fl-intro {
  margin-top: -65px !important;
}

/* Heron alareunan tekstit pois */
.fl-hero-home .fl-hero-keywords {
  display: none;
}

/* Laatikon oikean reunan aluelista ja slogan pois */
.fl-intro .fl-region-list {
  display: none;
}

@media (max-width: 600px) {
  .fl-intro {
    margin-top: -45px !important;
  }
}

/* Product Sourcing -korttien kuvakkeet piiloon */
.fl-category-icon {
  display: none !important;
}