.home-block-img {
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 136px;
  max-height: 136px;
}

.home-block {
  margin: 0 -24px;
}

.home-block-text {
  margin: 0 24px;
}

.home-block-img--bis {
  background-position: 50% 10%;
}

/* Target element to override kirk in dev mode */

a.home-more,
button.home-more {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

/* Double classname because of CSS weight */

.home-axis.home-axis {
  background-color: #FFF;
  border-radius: 4px;
}

@media (min-width: 800px) {
  .home-block {
    margin: 0 auto;
  }

  .home-block-img {
    min-height: 320px;
    border-radius: 4px;
  }

  .home-block-text {
    margin: 0 auto;
    align-self: center;
  }/* Target element to override kirk in dev mode */

  a.home-more,
  button.home-more {
    position: absolute;
    top: 36px;
    right: 24px;
  }

  .home-blog-img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 300px; /* expected size is 300x300 */
    object-fit: cover;
  }

  .home-3-columns {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
  }

  .home-3-columns li {
    display: block;
    flex: 1;
  }

  .home-3-columns .home-column {
    min-width: calc(33% - 48px);
  }

  .home-3-columns .home-column:nth-child(3n + 2) {
    margin: 0 48px;
  }
}

.langSwitcher {
  max-width: 340px;
  margin: 0 auto;
  position: relative;
}
.langSwitcher::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  height: 46px;
  border: solid 1px #DDD;
  background-color: #FFF;
  border-radius: 4px;
}
.langSwitcher::before {
  position: absolute;
  right: 16px;
  top: 22px;
  z-index: 1;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #00AFF5 transparent transparent transparent;
}
.langSwitcher > select {
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #054752;
  border-radius: 4px;
  box-shadow: none;
  padding: 18px 8px 0;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
.langSwitcher label {
  position: absolute;
  top: 0;
  left: 0;
  right: 45px;
  z-index: 1;
}
.langSwitcher label span {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  color: #708C91;
  cursor: text;
  pointer-events: none;
}

