
.press .acontainer {
  background-color: #282828;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232f2f2f' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 900px;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.press .header {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
  overflow: hidden;
  transition: 0.45s ease 0.05s;
  max-height: 70px;
}
.press .header-title {
  width: 100%;
  font-family: "Yeseva One", cursive;
  font-size: 3.3em;
  color: #fbf9bd;
  margin-bottom: 15px;
}

.press .team-container {
  padding: 0 30px;
  box-sizing: border-box;
  max-width: 1312px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.press .person {
  width: calc(25% - 30px);
  cursor: pointer;
  overflow: hidden;
  transition: 0.45s;
  position: relative;
}
.press .person-details {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: -15px;
  transition: 0.3s;
}
.press .person-img {
  width: 100%;
}
.press .person-title {
  color: #fff;
  font-size: 2em;
}
.press .person-desc {
  color: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 2px;
}
.press .person-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.press .person-list:hover .person {
  opacity: 0.6;
}
.press .person:hover {
  opacity: 1 !important;
}
.press .person:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fbf9bd;
  content: "";
  height: 0px;
  transition: 0.45s;
}
.press .person:after {
  content: "\f2ca";
  font-family: "Ionicons";
  font-size: 36px;
  color: #282828;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  left: 0;
  flex-direction: column;
}

.press .container-selected .header {
  max-height: 0px;
}
.press .container-selected .person {
  opacity: 0 !important;
  pointer-events: none;
}
.press .container-selected .person-list .person-selected {
  opacity: 1 !important;
}
.press .container-selected .person-list .person-selected:before {
  height: 100%;
  width: 300px;
}
.press .container-selected .person-list .person-selected .person-details {
  margin-top: -40px;
  opacity: 0;
}

.press .team-detail {
  position: absolute;
  width: calc(100% - 130px);
  right: 90px;
  top: 0;
  height: 917px;
  color: #fff;
  transition: 0.15s;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
.press .team-detail-bio-content p {
  max-width: 500px;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 0.9em;
  margin-right: 80px;
  margin-left: 5px;
}
.press .team-detail-header {
  margin-bottom: 30px;
}
.press .team-detail-inner {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.press .team-detail-left {
  position: relative;
  max-width: 650px;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.press .team-detail-left:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(40, 40, 40, 0.8);
  position: absolute;
  right: 0;
  top: 0;
}
.press .team-detail-left:after {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(40, 40, 40, 0) 9%, rgba(40, 40, 40, 0) 10%, rgba(40, 40, 40, 0) 38%, #282828 92%, #282828 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.press .team-detail-photo {
  position: relative;
  text-align: center;
  z-index: 999;
  width: 80%;
  font-size: 0px;
}
.press .team-detail-photo img {
  max-width: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}
.press .team-detail-right {
  box-sizing: border-box;
  width: calc(100% - 650px);
  min-height: 100%;
  display: flex;
  align-items: center;
  padding-right: 10%;
  position: relative;
  right: 0;
  flex-wrap: wrap;
}
.press .team-detail-right .person-title {
  font-family: "Yeseva One", cursive;
  font-size: 2.2em;
}

.press .container-ready .team-detail {
  max-width: 1180px;
  transition: 0.45s ease 0.3s;
  opacity: 1;
  right: 200px;
  visibility: visible;
}
.press .container-ready .team-detail img {
  width: 75%;
}
.press .container-ready .team-container {
  height: 0px;
  overflow: hidden;
}
.press .container-ready .person-selected {
  left: -1300px  !important;
  top: 1500px  !important;
  z-index: 99;
  height: 350px !important;
  width: 100px !important;
  pointer-events: auto;
}
.press .container-ready .person-selected:after {
  opacity: 1;
  visibility: visible;
}

.press .person-back:before {
  height: 0px !important;
}
.press .person-back .person-details {
  margin-top: -15px !important;
  transition-delay: 0.35s;
  opacity: 1 !important;
}

.press .social {
  margin-top: 15px;
}
.press .social a {
  color: #fbf9bd;
  font-size: 20px;
  margin-right: 8px;
}
.press .social a:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .team-detail-left {
    width: 400px;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .team-detail-right {
    padding-right: 0;
    width: calc(100% - 440px);
  }

  .person .person-title {
    font-size: 1.7em;
  }

  .person-details {
    padding: 0 10px;
  }
}
@media (max-width: 970px) {
  .team-detail-left {
    width: 100%;
    padding: 50px 50px 30px 50px;
  }
  .team-detail-left:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212121 83%, #282828 100%);
  }

  .team-detail-right {
    padding: 0 50px;
    width: 100%;
  }

  .team-detail-header {
    text-align: center;
  }

  .container-ready .person-selected {
    width: 50px !important;
  }

  .team-detail {
    width: calc(100% - 50px);
  }

  .person {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .person {
    width: 100%;
    margin-bottom: 50px;
  }

  .header {
    margin-top: 50px;
  }
}