.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.our-partners .yearbook-three .yearbook-headshot {
    position: initial !important; 
    width: 106%!important;

}

.our-partners .yearbook-three .yearbook-headshot-wrapper {
  aspect-ratio: 75 / 97;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.our-partners .yearbook-three .yearbook-headshot {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    align-self: center;
    justify-self: center;
}

.our-partners .int-team .yearbook-three .yearbook-headshot {
    padding: 0;
    margin: 0;
    min-height: 106%;
    border: 0px !important;
}

.our-partners .yearbook-three .yearbook-headshot-wrapper::after {
    min-width: 100%;
}

.our-partners .int-team .yearbook-three ..yearbook-headshot-wrapper:after{
   width: 150px;
}

.our-partners .int-team .yearbook-headshot-wrapper:after {
    position: absolute !important;
    min-width: auto;
}

.our-partners .copy-content.team-section .yearbook-three .yearbook-headshot-wrapper::after {
    position: absolute !important;
    top: initial;
    margin: auto;
    height: fit-content;
    bottom: 30px;
    min-width: auto;
}

.our-partners .copy-content.team-section .yearbook-three .yearbook-headshot {
   border: 0px;
}

.our-partners .copy-content.team-section .yearbook-three .yearbook-headshot-wrapper {
    border: 5px solid #002949;
}
@media only screen and (max-width: 1024px) {
    .billboard-heading-wrapper {
        margin-bottom: 225px !important;
    }
