.project-hero {
    width: 100vw;
    min-height: 70vh;
    display: flex;
    align-items: end;
    position: relative;
  }

  .project-hero .note {
    margin-bottom: 32px;
  }

  .project-hero-content {
    width: 100%;
  }

  .project-hero .static-image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .project-hero-content {
    z-index: 1;
  }

  .project-hero-image-container {
    position: absolute;
    z-index: 100;
    width: 60%;
    height: calc(100% - 80px);
    right: 0;
    top:80px;
  }

  /* .project-hero-image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    object-position: center center;
  } */

  .project-hero-image {
    width: 100%;
    height: 100%;
  }

  .project-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .intro {
    margin-top: 5vh;
  }

  #intro-major {
    margin-right: 64px;
  }

  #intro-major h2 {
    margin-bottom: 4.5rem;
  }

  #intro-minor h2 {
    margin-bottom: 5.2rem;
  }

  #intro-minor p {
    margin-block-start: 0;
    margin-block-end: 0.5em;
  }

  .contained-image {
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 15vh;
    padding-bottom: 15vh;
    background-color: antiquewhite;
  }

  .project-module-bottom {
    padding-bottom: 7.5vh;
  }

  .project-module-padding {
    padding: 7.5vh 0 5vh;
  }

  .full-width-image img {
    width: 100vw;
    height: auto;
  }

  @media (max-width: 1280px) {
    .project-text .col-7 {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 768px) {
    #intro-major {
      margin-right: 0;
    }

    .project-hero {
      min-height: auto;
      flex-direction: column;
      align-items: flex-end;
    }

    .project-hero-content {
      align-self: flex-end;
      display: flex;
      order: 2;
    }

    .project-hero-content .container {
      width: 100%;
    }

    .project-hero-image-container {
      flex-grow: 1;
      position: relative;
      height: auto;
      width: 100%;
      right: auto;
      bottom: auto;
      top: auto;
      left: auto;
      margin: 80px auto 16px;
      padding: 0;
      display: flex;
      align-items: center;
    }

    .project-hero-image {
      text-align: center;
    }

    .project-hero-image img {
      max-height: 85vh;
      width: auto;
      max-width: 100%;
      margin: 0 auto;
    }

    #intro-major h2 {
      margin-bottom: 2rem;
    }

    #intro-major .big-text {
      margin-bottom: 2.5rem;
    }

    #intro-minor h2 {
      margin-bottom: 2rem;
    }
  }