.slide .team-small-container {
  width: 1000px;
  max-width: 100%;
  float: none;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.slide .team-small-container .team-small {
  width: calc(100% - 20px);
  max-width: 300px;
  margin: 10px;
  padding-bottom: 5px;
  text-align: left;
}
.slide .team-small-container .team-small .team-name {
  font-family: "Titillium-Bold";
}
.slide .team-small-container .team-small > div {
  width: 200px;
}
.slide .team-small-container .team-small .team-small-pictures {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}
.slide .team-small-container .team-small .team-small-pictures > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.5s;
}
.slide .team-small-container .team-small .team-small-pictures a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.slide .team-small-container .team-small .team-email, .slide .team-small-container .team-small .team-mobile {
  opacity: 0.7;
  margin: 2px 0;
}

.team-big-container {
  width: 100%;
  background-color: white;
}
.team-big-container .team-big {
  width: 100%;
}
.team-big-container .team-big .x-close {
  width: 64px;
  height: 64px;
  background-image: url("/img/close.svg");
  background-position: center;
  background-size: 64px;
  background-repeat: no-repeat;
}
.team-big-container .team-big .x-close a {
  width: 100%;
  height: 100%;
  display: block;
}
.team-big-container .team-big .team-big-left {
  width: 50%;
  height: 100vh;
  position: relative;
}
.team-big-container .team-big .team-big-left > div {
  width: 50%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.5s;
}
.team-big-container .team-big .team-big-right {
  width: calc(50% - 50px);
  padding: 20px 50px 0 0;
  text-align: justify;
}
.team-big-container .team-big .team-big-right .team-name {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.team-big-container .team-big .team-big-right .team-name span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.team-big-container .team-big .team-big-right > div {
  width: calc(100% - 20px);
  margin: 5px 10px;
}
.team-big-container .team-big .team-big-right .letter-container-outer {
  display: none;
  padding-top: 0;
}
.team-big-container .team-big .team-big-right .team-big-contact-container {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.team-big-container .team-big .team-big-right .team-big-contact-container > div {
  padding: 0 10px;
}
.team-big-container .team-big .team-big-right .team-description {
  margin-top: 30px;
  padding-bottom: 15px;
}

.slide-team-tabs-container {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 800px) {
  .team-big-container .team-big .team-big-left, .team-big-container .team-big .team-big-right {
    width: 100%;
  }
  .team-big-container .team-big .team-big-left {
    height: 100vw;
    border-bottom: 1px solid #E6E6E6;
  }
  .team-big-container .team-big .team-big-left > div {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .team-big-container .team-big .team-big-right {
    margin-top: 0;
    padding-top: 10px;
    padding-right: 0;
    text-align: left !important;
  }
  .x-close {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*# sourceMappingURL=../sourcemaps/team.css.map */
