.kyl_staff_teaser {
  text-align: center;
  margin: 0 30px;
}
@media (min-width: 768px) {
  .kyl_staff_teaser {
    margin: 0 68px;
  }
}
@media (min-width: 1024px) {
  .kyl_staff_teaser {
    margin: 0 66px;
  }
}
@media (min-width: 1172px) {
  .kyl_staff_teaser {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .kyl_staff_teaser {
    max-width: 1190px;
  }
}
.kyl_staff_teaser .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -20px;
}
@media (min-width: 768px) {
  .kyl_staff_teaser .wrapper {
    margin: 0 -15px -30px;
  }
}
.kyl_staff_teaser .staff_member {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 20px);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px 20px;
  /*opacity: 1;
		pointer-events: auto;*/
  -webkit-transition: opacity ease-out 500ms;
  -o-transition: opacity ease-out 500ms;
  -moz-transition: opacity ease-out 500ms;
  transition: opacity ease-out 500ms;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .kyl_staff_teaser .staff_member {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 30px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
}
@media (min-width: 1024px) {
  .kyl_staff_teaser .staff_member {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 30px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
  }
}
@media (min-width: 1440px) {
  .kyl_staff_teaser .staff_member {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(16.667% - 30px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(16.667% - 30px);
    flex: 0 0 calc(16.667% - 30px);
    max-width: calc(16.667% - 30px);
  }
}
.kyl_staff_teaser .staff_member.in-view {
  opacity: 1;
}
@keyframes animateStaffTeaser {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.kyl_staff_teaser .headline {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 24px;
  color: #1f4755;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .kyl_staff_teaser .headline {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .kyl_staff_teaser .headline {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 48px;
    font-size: 40px;
  }
}
.kyl_staff_teaser .text {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  color: #1f4755;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .kyl_staff_teaser .text {
    margin-bottom: 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .kyl_staff_teaser .text {
    margin-bottom: 30px;
  }
}
.kyl_staff_teaser .wrapper img {
  max-width: 140px;
  margin: 0 auto 5px;
}
@media (min-width: 1440px) {
  .kyl_staff_teaser .wrapper img {
    max-width: 100%;
    width: 174px;
  }
}
.kyl_staff_teaser .name {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  color: #d0b083;
  margin-bottom: 5px;
}
.kyl_staff_teaser .position {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  color: #1f4755;
}
