@media (max-width: 615px) {
    .navigation-wrapper {
      flex-direction: column;
      height: 100%;
      width: 100vw;
      min-width: 100vw;
      max-width: 100vw;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
    }

    .navigation-wrapper > .left-column {
      order: 1;
      margin-top: 10px;
      margin-bottom: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .navigation-wrapper > .left-column > .labs-logo img {
      width: 80px;
      height: auto;
    }

    .navigation-wrapper > .left-column > .lab-name {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .navigation-wrapper > .center-column {
      order: 2;
      width: 100%;
    }

    .navigation-wrapper > .right-column {
      order: 3;
      margin-bottom: 10px;
    }

    .links-wrapper {
      flex-direction: column;
      margin-bottom: 10px;
      gap: 0;
      align-items: center;
    }

    .links-wrapper > .nav-link {
      margin: 4px 0;
      font-size: 1.1em;
      width: auto;
      text-align: center;
      padding: 6px 0;
      line-height: 1.2;
    }

    .background-fig-section {
        width: 100%;
        height: 70px;
    }

    .background-fig-section > .heading {
        color: transparent;
        font-size: 1.5em;
        text-align: center;
    }

    /* ### footer logo */

  .footer {
    height: 500px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    }

  .footer > .logo-footer {
    display: flex;
    flex-direction: column;
    }

    .footer > .logo-footer img {
    width: 150px; 
    height: 100%;
    margin-top: 10px;
    }

    .LABS-creation-section {
        height: 580px;
    }

    .page-container > .content-wrapper {
        width: 300px;
        height: 100%;
    }

    /* Organ interaction container mobile layout */
    #organ-interaction-container {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #organ-interaction-container svg {
        width: 300px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    /* Multiorgan container mobile layout */
    .multiorgan-container {
        width: 300px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Research page phone layout */

    .overall-fig img {
        width: 300px;
        height: 100%;
    }

    .reproducible-ml-fig img {
        width: 300px;
        height: 100%;
    }

    .heterogeneity-fig img {
        width: 300px;
        height: 100%;
    }

    .multiomics-fig img {
        width: 300px;
        height: 100%;
    }

    /* Team page layout */
    .team-member-wrapper {
        height: auto;
    }

    .person-pi {
        flex-direction: column;
    }


    .team-member-wrapper > .person-collaborator-wrapper {
        flex-direction: column;
    }

    /* Publication page layout */
    .publication-container {
        width: 300px;
        height: 100%;
    }

    .multiorgan-fig img {
        width: 300px;
        height: 100%;
    }

    /* Contact page layout */
    .contact-grid-wrapper {
        width: 300px;
        height: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-container > .contact-grid-wrapper {
        margin-bottom: -40px;
    }

    .form {
        margin-top: -100px;
    }

    .form > .center-btn-wrapper {
        margin-top: -20px;
    }

    .lab-metadata-sidebar-wrapper {
        margin-top: -100px;
    }

 }
