#select-language {
  position: absolute;
  width: 100%;
  height: 97vh;
  z-index: 80;
}

#select-language #sl-logo {
  margin-top: 1vh;
  width: 100%;
  height: 19vh;
}

#select-language #sl-logo img {
  max-width: 60vw;
  max-height: 19vh;
}

#select-language #sl-buttons {
  position: absolute;
  top: 50vh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
}

#select-language #sl-buttons .sl-button {
  position: relative;
  display: inline-block;
  max-width: 71.47%;
  max-height: calc(40vh / 3);
}

#select-language #sl-buttons .sl-button p {
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  line-height: 100%;
  font-size: calc(50vw * 0.21128 * 0.5);
}

#select-language #sl-buttons img {
  width: 100%;
}
/*# sourceMappingURL=selectLang.css.map */