@media screen and (max-width: 1020px) {
  #page {
    overflow-x: hidden;
  }
  .preloader__img.animating {
    transform: translate(-319px, -363px);
  }
  .header.active {
    height: 100%;
    background-color: #501108;
  }
  .header__menu-toggle--open {
    display: block;
  }
  .header__navigation-container {
    display: none;
  }
  .header.active .header__navigation-container {
    display: block;
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .header__navigation-menu-list li {
    display: block;
    margin: 0 0 40px 0;
  }
  .header__navigation-menu-list li a::after {
    bottom: -4px;
  }
  .project {
    width: 50%;
  }
  .founders__bio-left {
    width: 100%;
    padding: 50px;
    order: 2;
  }
  .founders__bio-right {
    width: 100%;
    order: 1;
    padding-top: 50px;
  }
  .founders__img {
    position: relative;
    bottom: 0;
    max-width: 514px;
    width: 100%;
    right: 0;
    margin: 0 auto;
  }
  .founders__bio {
    flex-wrap: wrap;
  }
  .team-member__item {
    width: 29.9%;
  }
  .contact-us__content {
    gap: 40px;
  }
}

@media screen and (max-width: 850px) {
  .preloader__img.animating {
    transform: translate(-235px, -363px);
  }
  #tabs-nav,
  .team-member__bio-content {
    flex-wrap: wrap;
  }
  #tabs-nav li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  #tabs-nav li:last-child {
    border-bottom: 0 none;
}
  #tabs-nav li a {
    text-align: left;
    padding: 30px;
  }
  .tab-content__col-left {
    width: 100%;
    margin-right: 0;
  }
  #home h1,
  #portfolio h2,
  #founders h2,
  #founders-content h2,
  #team h2,
  #news h2,
  #contact h2 {
    font-size: 57px;
  }
  .subheading {
    font-size: 34px;
  }
  #portfolio-content .section__main {
    padding: 0;
  }
  .project {
    width: 100%;
    padding: 0;
    height: auto;
    border-bottom: 1px solid hsla(0, 0%, 59%, .3);
  }
  .project:nth-child(6),
  .contact-us__widget {
    width: 100%;
  }
  .project__content {
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .project__logo {
    height: 80px;
    max-width: 80px;
  }
  .project__info-name {
    margin: 0;
    padding-left: 70px;
    width: 80%;
    text-align: left;
  }
  .project.expanded .project__hidden {
    width: 100%;
    padding: 20px;
  }
  .project__close {
    right: 20px;
  }
  .project:hover .project__logo img {
    filter: brightness(1) invert(0);
  }
  .project__top {
    padding: 35px 0 0 0;
  }
  .project:hover .project__content:after {
    background: #ffffff;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .project:hover .project__info-name {
    color: rgba(0, 0, 0, .6);
  }
  .team-members {
    justify-content: center;
  }
  .team-member__item {
    width: 50%;
  }
  .team-member__bio-content {
    position: relative;
  }
  .team-member__bio-close {
    float: none;
    position: absolute;
    top: 20px;
    right: 20px;
  } 
  .team-member__bio-img {
    margin: 0 auto;
    max-width: 200px;
    padding-top: 30px;
  }
  .team-member__bio-details {
    max-width: 100%;
    padding: 30px;
  }
  .team-member__bio-details h3 {
    font-size: 40px;
  }
  .contact-us__content {
    flex-wrap: wrap;
  }
  .footer__container {
    padding: 0;
  }
  .vue-waterfall-slot .person__back .icon-exit {
    display: block;
  }
  .vue-waterfall-slot .person__back .icon-arrow-left {
    display: none;
  }
  .vue-waterfall-slot.small {
    max-height: none;
  }
  .vue-waterfall-slot .person__photo {
    width: 45%;
    padding-bottom: 45%!important;
    position: relative;
    overflow: hidden;
    height: auto!important;
    float: left;
    margin: 0 0 20px;
  }
  .vue-waterfall-slot .person__photo-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .vue-waterfall-slot.selected .person__photo {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 45%;
    padding-bottom: 45% !important;
    margin: 0 0 20px;
  }
  .vue-waterfall-slot.selected .person__photo-img, 
  .vue-waterfall-slot.selected .person__photo:before {
    display: none!important;
  }
  .vue-waterfall-slot {
    position: relative!important;
    top: 0!important;
    left: 0!important;
    width: auto!important;
  }
  .vue-waterfall, 
  .vue-waterfall-slot {
    height: auto!important;
  }
  .vue-waterfall-slot .person {
    margin: 0;
    padding: 20px 25px 0!important;
    position: relative;
  }
  .vue-waterfall-slot .person__back {
    left: auto;
    right: 0;
    top: 0;
  }
  .vue-waterfall-slot.selected .person__info {
    width: 50%;
    overflow: visible;
    opacity: 1;
    -webkit-animation: none!important;
    animation: none!important;
}
  .vue-waterfall-slot.deselected .person__info {
    -webkit-animation: none!important;
    animation: none!important;
  }
  .vue-waterfall-slot .person__info {
    margin-left: 50%;
  }
  .vue-waterfall-slot .person__name {
    margin-right: 35px;
    line-height: 150%;
  }
  .vue-waterfall-slot.selected .person__name {
    font-size: 18px;
    line-height: 150%;
  } 
  .vue-waterfall-slot .person__content {
    clear: both;
    margin-left: -100%;
    margin-bottom: 40px;
  }
  .vue-waterfall-slot .person:after {
    content: "";
    display: block;
    clear: both;
  }
  .content, 
  .content_team {
    margin: 0 -25px;
  }
  .content {
    padding: 50px 25px;
  }
  .vue-waterfall-slot .person__photo:hover:before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .preloader__img.animating {
    transform: translate(-193px, -364px);
  }
  .subheading.subheading__animating {
    left: 0;
  }
  .swiper-controls {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .logo,
  .preloader__img {
    max-width: 140px;
  }
  .preloader__img.animating {
    transform: translate(-140px, -381px);
  }
  .project__top {
    flex-wrap: wrap;
  }
  .project__top .project__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .project__top .project__logo {
    margin: 0;
  }
  .project__close {
    top: 0;
  } 
  .project__top {
    padding: 0;
  }
}