@media screen and (max-width: 768px) and (hover: none) {
  #project-title {
    font-family: "fust";
    position: absolute;
    font-size: 12vw;
    letter-spacing: 1px;

    width: 100%;
    text-align: center;

    max-width: 95vw;
    white-space: pre-wrap;
    bottom: 2%;
    /* text-shadow: 0 0 1px #efe9db, 2px 2px 4px rgba(0, 0, 0, 0.5); */
    line-height: 1;
    color: #efe9db;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footerBar {
    height: 1%;
  }

  /* #about {} */

  #about-text {
    padding: 1.5vh 0;
    justify-content: space-between;
  }

  #video-description {
    width: 100%;
    font-size: 0.85rem;
  }

  #video-description-copy {
    padding: 0 1rem;
  }

  #video-client {
    display: none;
    padding: 0 1rem;
    font-size: 1.3rem;
  }

  #about-copy {
    padding: 0 12vw;
    font-size: 0.85rem;
    line-height: 1.1rem;
  }

  .containerForItems {
    width: 525%;
  }

  .prev-btn,
  .next-btn {
    padding: 0.75rem;
    /* border: 1px solid #efe9db; */
    border-radius: 10rem;
    backdrop-filter: blur(10px);
    display: flex;
  }

  .prev-btn img,
  .next-btn img {
    width: 0.8rem;
    opacity: 0.5;
  }

  .prev-btn:hover,
  .next-btn:hover {
    cursor: auto;
    opacity: 1;
    filter: blur(0);
    transition: none;
  }

  #volume-bar-container {
    display: none;
  }

  #ui-player-controls {
    grid-template-columns: 0.1fr auto 0.1fr;
  }

  #lilGuyLogo-player {
    left: 1rem;
  }
  #headerBar-left {
    padding: 0.5rem;
  }

  .social-icon {
    height: 1rem;
    width: 1rem;
    position: relative;
    object-fit: contain;
  }

  #imdb {
    height: 2rem;
    width: 2rem;
  }

  .mobile-only {
    display: flex;
  }
  .desktop-only {
    display: none;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) and (hover: none) {
  #about {
    /* height: 200vh; */
    /* height: 100%; */
    /* background-color: green; */
  }
  #about-text {
    padding: 17.5vh 5vw;
    justify-content: center;
  }
}
