.us-wrapper{
  min-height: 90vh;
  display: grid;
  /* height: 100%; */
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.us-footer{
  height: 150px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8em;
  margin-top: 40px;
  background-color: black;
  color: white;
  font-family: ModernDos;
}

.us-footer a{
  padding: 0 25px;
}
.us-footer a:hover{
  cursor: pointer;
}

.us-footer-careers{
  color: #d3d3d3;
}



  .portrait-row {
    display: flex;
    top:0;
  }
  
  .portrait-holder {
      /* min-width: 600px; */
    /* width: 90vw; */
    /* min-height: calc(100vh - 20px); */
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    /* font-size: 4ch; */
    padding: 10px 25px;
  }

  .portrait-holder:hover{
    cursor: pointer;;
  }

  .portrait-buffer {
    width: 500px;
    background-color: blue;
    height: calc(100vh - 20px);
  }
  
  .portrait{
      max-width: 100%;
      padding-bottom: 15px;
  }

  .us-title{
    font-family: ModernDos;
    font-size: 3em;
    height: 9vh;
    display: flex;
    align-items: end;
    padding-top: 20px;
    justify-content: center;
  }

  .portrait-row::after{
    content: "";
      padding-right: 50px;
  }
  
  .portrait img{
      height: 100%;
      width: 100%;
      object-fit: contain;
      max-width: 100%;
      /* min-width: 50vw; */
      box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 19%);
  }
  
  .plaque{
      width: 100%;
      max-width: 500px;
      position: relative;
      text-align: center;
      display: grid;
      font-family: 'Bodoni Moda', serif;
      color: #2a2014;
      font-style: bold;
      /* overflow: hidden; */
  }

  
.portrait-lightbox-holder{
  position: fixed;
  top: 0;
  margin-top: -30px;
  display: grid;
  justify-content: center;
  height: 100%;
  width: 100vw;
  /* max-height: 0; */
  /* max-width: 0; */
  align-items: center;
  z-index: 5;
  /* overflow: hidden; */
  transition: 0.35s all;
  pointer-events: none;
}

.portrait-lightbox-holder:hover{
  cursor: pointer;
}

.us-title .blink-logo-itself{
  width: auto;
  max-width: 35vw;
  min-width: 300px;
}

.portrait-lightbox{
 align-self: center;
  width: 80%;
  justify-self: center;
}

.lightbox-image{
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  /* font-size: 4ch; */
  padding: 10px 25px;
  transform: scale(0);
  transition: all 0.5s ease;
}

.lightbox-image .portrait img{
  max-height: 85vh;
  object-fit: contain;
  /* box-shadow: none; */
}

.lightbox-image .centered{
  transform: scale(1.7);
}


.portrait-expanded .lightbox-image{
  transform: scale(0.9);
  /* max-width: 100%; */
}

.portrait-lightbox .plaque{
  max-width: 75%;
}

  
  .plaque img{
      box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 19%);
      /* width: 100%;
      max-width: 100%; */
  }
  
  .centered {
      position: absolute;
      align-self: center;
      justify-self: center;
      display: grid;
      height: 100%;
      align-content: center;
      line-height: 1.2;
      font-weight: bold;
      font-weight: 900;
    }


    .plaque-name{
        font-size: 0.95vw;
    }
  
    .plaque-role{
        font-size: 0.7vw;
    }
  
    .plaque-portrait-cred{
        font-size: 0.5vw;
    }

    @media(max-width: 1600px) {

      /* .centered{
        line-height: 1;
      } */

      .us-wrapper{
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
      .plaque-name{
        font-size: 1.2vw;
    }

    .lightbox-image .centered{
      transform: scale(1.85);
    }
    
  
    .plaque-role{
        font-size: 0.9vw;
    }
  
    .plaque-portrait-cred{
        font-size: 0.75vw;
    }

    }

    @media(max-width: 1280px) {


      .us-wrapper{
        grid-template-columns: 1fr 1fr 1fr;
      }
      .plaque-name{
        font-size: 1.65vw;
    }

    .lightbox-image .centered{
      transform: scale(1.6);
    }
    
    
  
    .plaque-role{
        font-size: 1.15vw;
    }
  
    .plaque-portrait-cred{
        font-size: 0.95vw;
    }

    }
    
    @media(max-width: 900px) {

      .lightbox-image .centered{
        transform: scale(1.3);
      }
      

      .centered{
        line-height: 1.1;
      }
      .us-wrapper{
        grid-template-columns: 1fr 1fr;
      }
      .plaque-name{
        font-size: 2.5vw;
    }
  
    .plaque-role{
        font-size: 1.8vw;
    }
  
    .plaque-portrait-cred{
        font-size: 1.3vw;
    }

    }
    @media(max-width: 700px) {

      .us-title .blink-logo-itself{
        width: 70%;
        min-width: 70%;
      }

      .us-title{
        padding: 0;
        margin-bottom: 0;
        justify-content: flex-start;
      }

      .us-title .blink-logo-itself {
        padding-left: 10px;
    }

      .portrait-holder{
        padding: 20px 7.5px;
      }

      .centered{
        line-height: 1.2;
      }
      .us-wrapper{
        grid-template-columns: 1fr;
      }
      .plaque-name{
        font-size: 4.8vw;
    }
  
    .plaque-role{
        font-size: 3.1vw;
    }
  
    .plaque-portrait-cred{
        font-size: 2.6vw;
    }

    }
    @media(max-width: 450px) {



      .plaque-name{
        font-size: 5.5vw;
    }
  
    .plaque-role{
        font-size: 3.75vw;
    }
  
    .plaque-portrait-cred{
        font-size: 3vw;
    }

    }
    
    @media(max-height: 650px) {
      .portrait-lightbox .plaque {
        max-width: 50%;
    }
    .lightbox-image .centered {
      transform: scale(1.2);
  }

    }
    