.studio-team {
  position: relative;
}

.studio-team-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.25s ease-out;
  -moz-transition: opacity 1.25s ease-out;
  -webkit-transition: opacity 1.25s ease-out;
  -o-transition: opacity 1.25s ease-out;
  overflow: hidden;
}

.studio-team:hover .studio-team-hover {
  opacity: 1;
}

.btn-mtt {
  position: relative;
  z-index: 2;
}
  @media (max-width: 767px) {
  .btn-mtt {
    width: 100%;    
  }
  }
  @media (min-width: 768px) {
  .btn-mtt {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 115px);
  }
  }
  @media (min-width: 1200px) {
  .btn-mtt {
    bottom: 75px;
  }
  }
  @media (min-width: 1400px) {
  .btn-mtt {
    bottom: 100px;
  }
  }


.container-studio {
  padding: 100px 0px; 
}
  @media (min-width: 500px) {
  .container-studio {padding: 150px 50px; }
  }
  @media (min-width: 768px) {
  .container-studio {
    padding: 200px 0px;
    max-width: 800px;
    margin: 0 auto;
  }
  }



.studio-perspective {
  border-top: 1px solid #e6e7e8;
  padding: 100px 30px;
}
  @media (min-width: 500px) {
  .studio-perspective {
    padding-left: 50px;
    padding-right: 50px;
  }
  }
  @media (min-width: 768px) {
  .studio-perspective {
    padding-left: 100px;
    padding-right: 100px;
  }
  }


.studio-perspective h2 {
  margin-bottom: 20px;
}

ul.studio-perspective_preview {
  list-style: none;
}

ul.studio-perspective_preview li {
  margin-bottom: 40px;
}

  @media (min-width: 768px) {
  ul.studio-perspective_preview li {
    float: left;
    width: 31.66%;
    margin-right: 2.496%;
    margin-bottom: 50px;
  }

  .studio-perspective_preview li:nth-child(3n) {
    margin-right: 0;
  }
  }

.studio-jointeam {
  position: relative;
  background-image: url(../../img/header-home.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 30px;
  text-align: center;
}
  @media (min-width: 768px) {
  .studio-jointeam {
    padding: 400px 100px;
  } 
  }

.studio-jointeam h2 {
  color: #fff;
  max-width: 740px;
  margin: 0 auto;
}

.studio-jointeam .button {
  margin-top: 40px;
  color: #fff;
}