.inactive {
  display: none !important;
}

@media (max-width: 900px) {

  main {
    height: 100vh;
    width: 100vw;
  }

  /* TEXTS */

  .project-description {
    margin: 1rem;
    margin-top: 6rem;
    color: var(--red);
    z-index: 100;
  }

  .project-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .description {
    width: 66%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .slider-container {
    width: 100%;
    height: 75%;
    /* background-color: lime; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5rem;
  }

  .images {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project-images {
    max-height: 75vh;
    max-width: calc(100% + 6rem);
    /* max-width: 100%; */
  }

  .arrow {
    padding: 2rem;
    /* background-color:lightblue; */
    font-size: 2rem;
    user-select: none;
    transform: translateY(calc(50% + 12rem));
    z-index: 99;
  }

  .arrow:hover {
    color: var(--red);
  }

}

@media (min-width: 900px) {

  main {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .project-description {
    margin: 3rem;
    color: var(--red);
    width: 20%;
    margin-top: auto;
    margin-left: 5rem;
    margin-bottom: 7rem;
    z-index: 100;
  }

  .project-title {
    overflow: visible;
    width: 30vw;
    /* white-space: nowrap; */
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }

  .description {
    overflow: visible;
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .slider-container {
    margin: 3rem;
    width: 80%;
    /* background-color: lime; */
    margin-right: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .images {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project-images {
    max-height: 85vh;
    max-width: 100%;
  }

  .arrow {
    padding: 30px;
    /* background-color:lightblue; */
    font-size: 2rem;
    user-select: none;
  }

  .arrow:hover {
    color: var(--red);
  }

  .vr {
    width: 1px;
    height: calc(100% - 100px);
    background-color: var(--red);
    position: fixed;
    right: 50px;
    top: 50px;
  }
}
