  .full-width-header {
  width: 100%;
  box-shadow: 0px 2px 10px black;
}
@media only screen and (min-width: 768px) {
  .full-width-header {
    height: 60vh;
  }
}
.full-width-header video,
.full-width-header img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: inherit;
}
.full-width-header.pres-speaker-series-header {
  position: relative;
  box-shadow: none;
}
.full-width-header.pres-speaker-series-header img {
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .full-width-header.pres-speaker-series-header {
    height: 75vh;
  }
}
body.logged-out .full-width-header {
  margin-top: 12.1rem;
}
body.logged-out .full-width-header.pres-speaker-series-header {
  margin-top: 110px;
}
body.user-logged-in .full-width-header {
  margin-top: 7.2rem;
}
body.user-logged-in .full-width-header.pres-speaker-series-header {
  margin-top: 31px;
}
#alumni-hero-title {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 24px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  #alumni-hero-title {
    position: absolute;
    top: 60vh;
    right: 0px;
  }
}
#alumni-hero-title img {
  width: 80vw;
  height: auto;
}
@media only screen and (min-width: 576px) {
  #alumni-hero-title img {
    height: 60px;
    width: auto;
  }
}
#alumni-hero-title .alumni-title-text {
  color: #857B6D;
  margin-left: 1rem;
  margin-right: 50px;
  margin-bottom: 0 !important;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #FF671D;
  width: 10ch;
  align-self: center;
  font-style: normal;
  font-weight: 100;
}
#pres-speaker-title {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}
#pres-speaker-title h1 {
  font-family: bely-display, sans-serif;
  font-size: 42px;
  margin: 0px;
  padding: 0px;
}
#pres-speaker-title img {
  width: 90%;
}
@media only screen and (min-width: 1200px) {
  #pres-speaker-title img {
    margin: 0px;
    width: 1015px;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}
