
.team-about {
  text-align: justify;
  font-size: 18px;
  line-height: 1.75;
}


.team-offset {
}

@media (min-width: 992px) {
  .team-about {
    text-align: justify;
    font-size: 26px;
    margin-top: 2%;
    margin-bottom: 2%;
  }


  .team-offset {
    margin-top: 10%;
  }
}

.team-layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 568px;
}

.team-layer-1 {
  top: 50%;
  background: url("../img/tas/02.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-layer-2 {
  background: url("../img/tas/03.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-layer-3 {
  background: url("../img/tas/04.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-layer-4 {
  background: url("../img/tas/05.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.team-overlay {
  text-align: center;
  background: #080808;
  background: linear-gradient(0deg, 
    #080808 0%, 
    #080808 5%, 
    rgba(40,52,131,0.57) 30%, 
    rgba(40,52,131,0.57) 70%, 
    #080808 95%, 
    #080808 100%);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.team-back {
  text-align: center;
  background-image: url("../img/tas/01.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-blend-mode: darkenl

  max-height: none;
  height: auto;
  min-height: 100vh;

  overflow: hidden;
  position: relative;
  width: 100%;
}
